Home
last modified time | relevance | path

Searched refs:ACTION_LOCKED_BOOT_COMPLETED (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSystemUIApplication.java140 IntentFilter(Intent.ACTION_LOCKED_BOOT_COMPLETED); in onCreate()
/frameworks/base/services/tests/servicestests/src/com/android/server/apphibernation/
DAppHibernationServiceTest.java344 assertEquals(capturedIntents.get(0).getAction(), Intent.ACTION_LOCKED_BOOT_COMPLETED); in testUnhibernatingPackageForUserSendsBootCompleteBroadcast()
/frameworks/base/services/core/java/com/android/server/pm/
DDexOptHelper.java664 }, new IntentFilter(Intent.ACTION_LOCKED_BOOT_COMPLETED)); in initializeArtManagerLocal()
DBroadcastHelper.java255 Intent lockedBcIntent = new Intent(Intent.ACTION_LOCKED_BOOT_COMPLETED) in sendBootCompletedBroadcastToSystemApp()
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DUserControllerTest.java177 Intent.ACTION_LOCKED_BOOT_COMPLETED,
273 Intent.ACTION_LOCKED_BOOT_COMPLETED), in testStartUser_background_duringBootHsum()
/frameworks/base/services/core/java/com/android/server/apphibernation/
DAppHibernationService.java501 Intent lockedBcIntent = new Intent(Intent.ACTION_LOCKED_BOOT_COMPLETED) in unhibernatePackageForUser()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DBroadcastQueueModernImplTest.java709 makeBroadcastRecord(new Intent(Intent.ACTION_LOCKED_BOOT_COMPLETED) in testMakeActiveNextPending()
721 assertEquals(Intent.ACTION_LOCKED_BOOT_COMPLETED, queue.getActive().intent.getAction()); in testMakeActiveNextPending()
/frameworks/base/services/core/java/com/android/server/am/
DAppRestrictionController.java439 case Intent.ACTION_LOCKED_BOOT_COMPLETED: {
3425 bootFilter.addAction(Intent.ACTION_LOCKED_BOOT_COMPLETED);
DBroadcastQueueModernImpl.java2360 if (Intent.ACTION_LOCKED_BOOT_COMPLETED.equals(action)) { in logBootCompletedBroadcastCompletionLatencyIfPossible()
DUserController.java703 final Intent intent = new Intent(Intent.ACTION_LOCKED_BOOT_COMPLETED, null); in sendLockedBootCompletedBroadcast()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
DAlarmManagerService.java4928 sdFilter.addAction(Intent.ACTION_LOCKED_BOOT_COMPLETED); in UninstallReceiver()
4961 case Intent.ACTION_LOCKED_BOOT_COMPLETED: in onReceive()
/frameworks/base/core/api/
Dlint-baseline.txt54 BroadcastBehavior: android.content.Intent#ACTION_LOCKED_BOOT_COMPLETED:
55 Field 'ACTION_LOCKED_BOOT_COMPLETED' is missing @BroadcastBehavior
Dmodule-lib-lint-baseline.txt72 BroadcastBehavior: android.content.Intent#ACTION_LOCKED_BOOT_COMPLETED:
73 Field 'ACTION_LOCKED_BOOT_COMPLETED' is missing @BroadcastBehavior
Dtest-lint-baseline.txt76 BroadcastBehavior: android.content.Intent#ACTION_LOCKED_BOOT_COMPLETED:
77 Field 'ACTION_LOCKED_BOOT_COMPLETED' is missing @BroadcastBehavior
Dsystem-lint-baseline.txt76 BroadcastBehavior: android.content.Intent#ACTION_LOCKED_BOOT_COMPLETED:
77 Field 'ACTION_LOCKED_BOOT_COMPLETED' is missing @BroadcastBehavior
Dcurrent.txt11194 …field public static final String ACTION_LOCKED_BOOT_COMPLETED = "android.intent.action.LOCKED_BOOT…
/frameworks/base/core/java/android/content/
DIntent.java2630 …public static final String ACTION_LOCKED_BOOT_COMPLETED = "android.intent.action.LOCKED_BOOT_COMPL… field in Intent
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...