Searched refs:ACTION_BOOT_COMPLETED (Results 1 – 25 of 27) sorted by relevance
12
39 if (!Intent.ACTION_BOOT_COMPLETED.equals(action)) { in onReceive()
44 if (intent.action != Intent.ACTION_BOOT_COMPLETED) return in onReceive()
46 Intent.ACTION_BOOT_COMPLETED,
133 Intent intent = new Intent(Intent.ACTION_BOOT_COMPLETED); in initializeBenchmarks()
85 case Intent.ACTION_BOOT_COMPLETED: in onReceive()
44 import static android.content.Intent.ACTION_BOOT_COMPLETED;1288 mManager.updateWidgetsFromBroadcastInBackground(ACTION_BOOT_COMPLETED); in testUpdateWidgetsFromBroadcastInBackgroundBootCompleteWithPackageUninstalled()1312 mManager.updateWidgetsFromBroadcastInBackground(ACTION_BOOT_COMPLETED); in testUpdateWidgetsFromBroadcastInBackground()1327 mManager.updateWidgetsFromBroadcastInBackground(ACTION_BOOT_COMPLETED); in testUpdateWidgetsFromBroadcastInBackgroundWithUserQuieted()1412 mManager.updateWidgetsFromBroadcastInBackground(ACTION_BOOT_COMPLETED); in testUpdateWidgetsFromBroadcastInBackgroundAllowNoConversationsAllowContactMessages()1427 mManager.updateWidgetsFromBroadcastInBackground(ACTION_BOOT_COMPLETED); in testUpdateWidgetsFromBroadcastInBackgroundAllowNoConversationsAllowStarredContactMessages()1434 mManager.updateWidgetsFromBroadcastInBackground(ACTION_BOOT_COMPLETED); in testUpdateWidgetsFromBroadcastInBackgroundAllowNoConversationsAllowStarredContactMessages()1462 mManager.updateWidgetsFromBroadcastInBackground(ACTION_BOOT_COMPLETED); in testUpdateWidgetsFromBroadcastInBackgroundAllowVisualEffectsAndAllowAlarmsOnly()
27 import static android.content.Intent.ACTION_BOOT_COMPLETED;224 filter.addAction(ACTION_BOOT_COMPLETED); in init()240 IntentFilter bootComplete = new IntentFilter(ACTION_BOOT_COMPLETED); in init()457 return getTileWithCurrentState(storedTile.build(), ACTION_BOOT_COMPLETED); in getTileFromPersistentStorage()1168 case ACTION_BOOT_COMPLETED: in getTileWithCurrentState()
248 broadcastFilter.addAction(Intent.ACTION_BOOT_COMPLETED); in FlashNotificationsController()853 if (Intent.ACTION_BOOT_COMPLETED.equals(action)) { in onReceive()
815 makeBroadcastRecord(new Intent(Intent.ACTION_BOOT_COMPLETED) in testOffloadStarvation()862 assertEquals(Intent.ACTION_BOOT_COMPLETED, queue.getActive().intent.getAction()); in testOffloadStarvation()882 makeBroadcastRecord(new Intent(Intent.ACTION_BOOT_COMPLETED) in testPrioritizeEarliest()906 assertEquals(Intent.ACTION_BOOT_COMPLETED, queue.getActive().intent.getAction()); in testPrioritizeEarliest()928 makeBroadcastRecord(new Intent(Intent.ACTION_BOOT_COMPLETED) in testPrioritizeEarliest()944 assertEquals(Intent.ACTION_BOOT_COMPLETED, queue.getActive().intent.getAction()); in testPrioritizeEarliest()
363 new Intent(Intent.ACTION_BOOT_COMPLETED)); in initController()
345 assertEquals(capturedIntents.get(1).getAction(), Intent.ACTION_BOOT_COMPLETED); in testUnhibernatingPackageForUserSendsBootCompleteBroadcast()
790 }, new IntentFilter(Intent.ACTION_BOOT_COMPLETED)); in systemReady()
270 Intent bcIntent = new Intent(Intent.ACTION_BOOT_COMPLETED).setPackage(packageName); in sendBootCompletedBroadcastToSystemApp()
4266 }, new IntentFilter(Intent.ACTION_BOOT_COMPLETED));
76 SAFE_BROADCASTS.add(Intent.ACTION_BOOT_COMPLETED);
522 Intent bcIntent = new Intent(Intent.ACTION_BOOT_COMPLETED).setPackage(packageName); in unhibernatePackageForUser()
110 Intent.ACTION_BOOT_COMPLETED,
671 Intent.ACTION_BOOT_COMPLETED)); in initializeInternal()
2362 } else if (Intent.ACTION_BOOT_COMPLETED.equals(action)) { in logBootCompletedBroadcastCompletionLatencyIfPossible()
925 final Intent bootIntent = new Intent(Intent.ACTION_BOOT_COMPLETED, null); in finishUserUnlockedCompleted()
1690 mTestBootCompleteReceiver.onReceive(null, new Intent(Intent.ACTION_BOOT_COMPLETED)); in testBootCompleteNonFbeEnabledCarrierImsService()
2652 public static final String ACTION_BOOT_COMPLETED = "android.intent.action.BOOT_COMPLETED"; field in Intent
1150 if (Intent.ACTION_BOOT_COMPLETED.equals(action)) {1154 if (Intent.ACTION_BOOT_COMPLETED.equals(action)1159 if (Intent.ACTION_BOOT_COMPLETED.equals(action)2142 filter.addAction(Intent.ACTION_BOOT_COMPLETED); in DevicePolicyManagerService()
257 SAFE_BROADCASTS.add(Intent.ACTION_BOOT_COMPLETED);
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...