Home
last modified time | relevance | path

Searched refs:ACTION_BOOT_COMPLETED (Results 1 – 25 of 52) sorted by relevance

123

/aosp12/packages/apps/DeskClock/src/com/android/deskclock/
H A DAlarmInitReceiver.kt55 if (ACTION_BOOT_COMPLETED == action) {
64 if (Intent.ACTION_BOOT_COMPLETED == action || Intent.ACTION_LOCALE_CHANGED == action) {
99 private val ACTION_BOOT_COMPLETED = if (Utils.isNOrLater) { regex
102 Intent.ACTION_BOOT_COMPLETED
/aosp12/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/
H A DAnomalyConfigReceiver.java35 || Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction())) { in onReceive()
47 if (Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction())) { in onReceive()
/aosp12/packages/services/Car/service/src/com/android/car/systeminterface/
H A DSystemStateInterface.java93 if (Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction())) {
166 IntentFilter intentFilter = new IntentFilter(Intent.ACTION_BOOT_COMPLETED); in scheduleActionForBootCompleted()
/aosp12/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/fcm/
H A DFcmRegistrationReceiver.java28 if (Intent.ACTION_BOOT_COMPLETED.equals(action)) { in onReceive()
/aosp12/packages/apps/Contacts/src/com/android/contacts/interactions/
H A DOnBootOrUpgradeReceiver.java30 if (Intent.ACTION_BOOT_COMPLETED.equals(action) in onReceive()
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaReceiver.java29 if (Intent.ACTION_BOOT_COMPLETED.equals(action)) { in onReceive()
/aosp12/packages/apps/Nfc/src/com/android/nfc/
H A DNfcBootCompletedReceiver.java34 if (Intent.ACTION_BOOT_COMPLETED.equals(action)) { in onReceive()
/aosp12/packages/apps/Car/Messenger/src/com/android/car/messenger/core/service/
H A DOnBootReceiver.java35 if (Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction())) { in onReceive()
/aosp12/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
H A DBootCompletedReceiver.java39 if (!Intent.ACTION_BOOT_COMPLETED.equals(action)) { in onReceive()
/aosp12/packages/apps/Dialer/java/com/android/voicemail/
H A DVoicemailPowerCycleReceiver.java30 if (Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction())) { in onReceive()
/aosp12/packages/apps/Settings/src/com/android/settings/sim/receivers/
H A DSimCompleteBootReceiver.java33 if (!Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction())) { in onReceive()
/aosp12/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
H A DStartUpBootReceiver.java47 if (!Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction())) { in onReceive()
/aosp12/frameworks/base/packages/StatementService/src/com/android/statementservice/domain/
H A DBootCompletedReceiver.kt44 if (intent.action != Intent.ACTION_BOOT_COMPLETED) return
/aosp12/packages/apps/Messaging/src/com/android/messaging/receiver/
H A DBootAndPackageReplacedReceiver.java35 if (Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction()) in onReceive()
/aosp12/packages/apps/Stk/src/com/android/stk/
H A DBootCompletedReceiver.java44 if (action.equals(Intent.ACTION_BOOT_COMPLETED)) { in onReceive()
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DCallLogReceiver.java43 } else if (Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction())) { in onReceive()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DDefaultDialerCache.java82 } else if (Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction())) {
165 IntentFilter bootIntentFilter = new IntentFilter(Intent.ACTION_BOOT_COMPLETED); in DefaultDialerCache()
/aosp12/packages/services/Mtp/src/com/android/mtp/
H A DMtpReceiver.java36 if (Intent.ACTION_BOOT_COMPLETED.equals(action)) { in onReceive()
/aosp12/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarReceiver.java51 if (!Intent.ACTION_BOOT_COMPLETED.equals(action)) { in onReceive()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
H A DRotationWallpaperUpdateReceiver.java48 || intent.getAction().equals(Intent.ACTION_BOOT_COMPLETED)) in onReceive()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DSystemBroadcastReceiver.java86 } else if (Intent.ACTION_BOOT_COMPLETED.equals(intentAction)) { in onReceive()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManagerTest.java44 import static android.content.Intent.ACTION_BOOT_COMPLETED;
1261 mManager.updateWidgetsFromBroadcastInBackground(ACTION_BOOT_COMPLETED); in testUpdateWidgetsFromBroadcastInBackgroundBootCompleteWithPackageUninstalled()
1285 mManager.updateWidgetsFromBroadcastInBackground(ACTION_BOOT_COMPLETED); in testUpdateWidgetsFromBroadcastInBackground()
1300 mManager.updateWidgetsFromBroadcastInBackground(ACTION_BOOT_COMPLETED); in testUpdateWidgetsFromBroadcastInBackgroundWithUserQuieted()
1385 mManager.updateWidgetsFromBroadcastInBackground(ACTION_BOOT_COMPLETED); in testUpdateWidgetsFromBroadcastInBackgroundAllowNoConversationsAllowContactMessages()
1400 mManager.updateWidgetsFromBroadcastInBackground(ACTION_BOOT_COMPLETED); in testUpdateWidgetsFromBroadcastInBackgroundAllowNoConversationsAllowStarredContactMessages()
1407 mManager.updateWidgetsFromBroadcastInBackground(ACTION_BOOT_COMPLETED); in testUpdateWidgetsFromBroadcastInBackgroundAllowNoConversationsAllowStarredContactMessages()
1435 mManager.updateWidgetsFromBroadcastInBackground(ACTION_BOOT_COMPLETED); in testUpdateWidgetsFromBroadcastInBackgroundAllowVisualEffectsAndAllowAlarmsOnly()
/aosp12/packages/providers/TvProvider/tests/src/com/android/providers/tv/
H A DBootCompletedReceiverTest.java155 mReceiver.onReceive(getContext(), new Intent(Intent.ACTION_BOOT_COMPLETED)); in testPackageRemoved()
/aosp12/frameworks/base/startop/apps/test/src/
H A DSystemServerBenchmarks.java133 Intent intent = new Intent(Intent.ACTION_BOOT_COMPLETED); in initializeBenchmarks()
/aosp12/frameworks/base/packages/Shell/src/com/android/shell/
H A DHeapDumpReceiver.java85 case Intent.ACTION_BOOT_COMPLETED: in onReceive()

123