Home
last modified time | relevance | path

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

12

/packages/apps/DeskClock/src/com/android/deskclock/
DAlarmInitReceiver.kt55 if (ACTION_BOOT_COMPLETED == action) { in onReceive()
64 if (Intent.ACTION_BOOT_COMPLETED == action || Intent.ACTION_LOCALE_CHANGED == action) { in onReceive()
99 private val ACTION_BOOT_COMPLETED = if (Utils.isNOrLater) { constant
102 Intent.ACTION_BOOT_COMPLETED
/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/
DAnomalyConfigReceiver.java35 || Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction())) { in onReceive()
47 if (Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction())) { in onReceive()
/packages/services/Car/service/src/com/android/car/systeminterface/
DSystemStateInterface.java93 if (Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction())) {
166 IntentFilter intentFilter = new IntentFilter(Intent.ACTION_BOOT_COMPLETED); in scheduleActionForBootCompleted()
/packages/services/Telecomm/src/com/android/server/telecom/
DDefaultDialerCache.java82 } else if (Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction())) {
165 IntentFilter bootIntentFilter = new IntentFilter(Intent.ACTION_BOOT_COMPLETED); in DefaultDialerCache()
DTelecomSystem.java90 new IntentFilter(Intent.ACTION_BOOT_COMPLETED);
/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/fcm/
DFcmRegistrationReceiver.java28 if (Intent.ACTION_BOOT_COMPLETED.equals(action)) { in onReceive()
/packages/apps/Contacts/src/com/android/contacts/interactions/
DOnBootOrUpgradeReceiver.java30 if (Intent.ACTION_BOOT_COMPLETED.equals(action) in onReceive()
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaReceiver.java29 if (Intent.ACTION_BOOT_COMPLETED.equals(action)) { in onReceive()
/packages/apps/Nfc/src/com/android/nfc/
DNfcBootCompletedReceiver.java34 if (Intent.ACTION_BOOT_COMPLETED.equals(action)) { in onReceive()
/packages/apps/Car/Messenger/src/com/android/car/messenger/core/service/
DOnBootReceiver.java35 if (Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction())) { in onReceive()
/packages/apps/Dialer/java/com/android/voicemail/
DVoicemailPowerCycleReceiver.java30 if (Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction())) { in onReceive()
/packages/apps/Settings/src/com/android/settings/sim/receivers/
DSimCompleteBootReceiver.java33 if (!Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction())) { in onReceive()
/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DStartUpBootReceiver.java47 if (!Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction())) { in onReceive()
/packages/apps/Messaging/src/com/android/messaging/receiver/
DBootAndPackageReplacedReceiver.java35 if (Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction()) in onReceive()
/packages/apps/Stk/src/com/android/stk/
DBootCompletedReceiver.java44 if (action.equals(Intent.ACTION_BOOT_COMPLETED)) { in onReceive()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogReceiver.java43 } else if (Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction())) { in onReceive()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarReceiver.java51 if (!Intent.ACTION_BOOT_COMPLETED.equals(action)) { in onReceive()
/packages/services/Mtp/src/com/android/mtp/
DMtpReceiver.java36 if (Intent.ACTION_BOOT_COMPLETED.equals(action)) { in onReceive()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DRotationWallpaperUpdateReceiver.java48 || intent.getAction().equals(Intent.ACTION_BOOT_COMPLETED)) in onReceive()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSystemBroadcastReceiver.java86 } else if (Intent.ACTION_BOOT_COMPLETED.equals(intentAction)) { in onReceive()
/packages/providers/TvProvider/tests/src/com/android/providers/tv/
DBootCompletedReceiverTest.java155 mReceiver.onReceive(getContext(), new Intent(Intent.ACTION_BOOT_COMPLETED)); in testPackageRemoved()
/packages/services/Telephony/src/com/android/phone/vvm/
DVvmSimStateTracker.java124 case Intent.ACTION_BOOT_COMPLETED: in onReceive()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadReceiver.java71 if (Intent.ACTION_BOOT_COMPLETED.equals(action) in onReceive()
/packages/services/Telephony/src/com/android/phone/
DPhoneGlobals.java506 IntentFilter sipIntentFilter = new IntentFilter(Intent.ACTION_BOOT_COMPLETED); in onCreate()
818 if (action.equals(Intent.ACTION_BOOT_COMPLETED)) { in onReceive()
/packages/apps/Traceur/src/com/android/traceur/
DReceiver.java81 if (Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction())) { in onReceive()

12