HomeSort by relevance Sort by last modified time
    Searched full:bootfiler (Results 1 - 1 of 1) sorted by null

  /frameworks/base/services/java/com/android/server/
AccessibilityManagerService.java 225 IntentFilter bootFiler = new IntentFilter(Intent.ACTION_BOOT_COMPLETED);
226 mContext.registerReceiver(monitor, bootFiler);

Completed in 279 milliseconds