Searched refs:ACTION_BOOT_COMPLETED (Results 1 – 16 of 16) sorted by relevance
64 new IntentFilter(Intent.ACTION_BOOT_COMPLETED)); in SearchManagerService()
78 new IntentFilter(Intent.ACTION_BOOT_COMPLETED), null, null); in WiredAccessoryObserver()
100 if (intent != null && Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction())) {140 filter.addAction(Intent.ACTION_BOOT_COMPLETED); in DropBoxManagerService()
194 new IntentFilter(Intent.ACTION_BOOT_COMPLETED), null, null); in systemReady()1391 if (Intent.ACTION_BOOT_COMPLETED.equals(action)) {
122 if (Intent.ACTION_BOOT_COMPLETED.equals(action)456 filter.addAction(Intent.ACTION_BOOT_COMPLETED); in DevicePolicyManagerService()
464 if (action.equals(Intent.ACTION_BOOT_COMPLETED)) {1160 filter.addAction(Intent.ACTION_BOOT_COMPLETED); in MountService()
640 filter.addAction(Intent.ACTION_BOOT_COMPLETED); in initInThread()
236 if (intent.getAction() == Intent.ACTION_BOOT_COMPLETED) { in registerPackageChangeAndBootCompletedBroadcastReceiver()281 IntentFilter bootFiler = new IntentFilter(Intent.ACTION_BOOT_COMPLETED); in registerPackageChangeAndBootCompletedBroadcastReceiver()
297 new IntentFilter(Intent.ACTION_BOOT_COMPLETED)); in UsbHandler()
171 <dd>The system delivers the {@link android.content.Intent#ACTION_BOOT_COMPLETED} broadcast
374 intentFilter.addAction(Intent.ACTION_BOOT_COMPLETED); in AudioService()2582 } else if (action.equals(Intent.ACTION_BOOT_COMPLETED)) { in onReceive()
1359 public static final String ACTION_BOOT_COMPLETED = "android.intent.action.BOOT_COMPLETED"; field in Intent
319 intentFilter = new IntentFilter(Intent.ACTION_BOOT_COMPLETED); in SyncManager()
3872 new Intent(Intent.ACTION_BOOT_COMPLETED, null), in finishBooting()
5406 …field public static final java.lang.String ACTION_BOOT_COMPLETED = "android.intent.action.BOOT_COM…