Searched refs:ACTION_BOOT_COMPLETED (Results 1 – 18 of 18) sorted by relevance
123 filter.addAction(Intent.ACTION_BOOT_COMPLETED); in reset()236 } else if (action.equals(Intent.ACTION_BOOT_COMPLETED)) {
68 IntentFilter filter = new IntentFilter(Intent.ACTION_BOOT_COMPLETED); in onCreate()
76 IntentFilter filter = new IntentFilter(Intent.ACTION_BOOT_COMPLETED); in SearchManagerService()
265 if (intent.getAction().endsWith(Intent.ACTION_BOOT_COMPLETED)) {309 For more information, see {@link android.content.Intent#ACTION_BOOT_COMPLETED}.
106 if (intent != null && Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction())) {146 filter.addAction(Intent.ACTION_BOOT_COMPLETED); in DropBoxManagerService()
200 } else if (Intent.ACTION_BOOT_COMPLETED.equals(action)) {235 IntentFilter filter = new IntentFilter(Intent.ACTION_BOOT_COMPLETED); in BluetoothManagerService()
468 } else if (Intent.ACTION_BOOT_COMPLETED.equals(action)) {700 bootCompleteFilter.addAction(Intent.ACTION_BOOT_COMPLETED); in KeyguardUpdateMonitor()
322 {@link android.content.Intent#ACTION_BOOT_COMPLETED} that is broadcast after the system340 the {@link android.content.Intent#ACTION_BOOT_COMPLETED} action:
383 IntentFilter filter = new IntentFilter(Intent.ACTION_BOOT_COMPLETED); in UsbHandler()
165 <dd>The system delivers the {@link android.content.Intent#ACTION_BOOT_COMPLETED} broadcast
291 if (Intent.ACTION_BOOT_COMPLETED.equals(action)301 if (Intent.ACTION_BOOT_COMPLETED.equals(action)958 filter.addAction(Intent.ACTION_BOOT_COMPLETED); in DevicePolicyManagerService()
1636 public static final String ACTION_BOOT_COMPLETED = "android.intent.action.BOOT_COMPLETED"; field in Intent
419 intentFilter = new IntentFilter(Intent.ACTION_BOOT_COMPLETED); in SyncManager()
4635 intent = new Intent(Intent.ACTION_BOOT_COMPLETED); in performBootDexOpt()8137 Intent bcIntent = new Intent(Intent.ACTION_BOOT_COMPLETED) in sendPackageAddedForUser()
1019 new IntentFilter(Intent.ACTION_BOOT_COMPLETED)); in WifiStateMachine()
6225 Intent intent = new Intent(Intent.ACTION_BOOT_COMPLETED, null); in finishBooting()19246 Intent intent = new Intent(Intent.ACTION_BOOT_COMPLETED, null); in finishUserBoot()
7842 …field public static final java.lang.String ACTION_BOOT_COMPLETED = "android.intent.action.BOOT_COM…
7598 …field public static final java.lang.String ACTION_BOOT_COMPLETED = "android.intent.action.BOOT_COM…