Home
last modified time | relevance | path

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

12

/packages/apps/DeskClock/src/com/android/deskclock/
DAlarmInitReceiver.java36 private static final String ACTION_BOOT_COMPLETED = Utils.isNOrLater() field in AlarmInitReceiver
37 ? Intent.ACTION_LOCKED_BOOT_COMPLETED : Intent.ACTION_BOOT_COMPLETED;
65 if (ACTION_BOOT_COMPLETED.equals(action)) { in onReceive()
74 if (Intent.ACTION_BOOT_COMPLETED.equals(action) in onReceive()
/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/tests/CarDeveloperOptions/src/com/android/car/developeroptions/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.java87 new IntentFilter(Intent.ACTION_BOOT_COMPLETED);
/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/Dialer/java/com/android/voicemail/
DVoicemailPowerCycleReceiver.java30 if (Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction())) { in onReceive()
/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DStartUpBootReceiver.java45 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/services/Mtp/src/com/android/mtp/
DMtpReceiver.java36 if (Intent.ACTION_BOOT_COMPLETED.equals(action)) { in onReceive()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarReceiver.java51 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.java119 case Intent.ACTION_BOOT_COMPLETED: in onReceive()
/packages/services/Telephony/src/com/android/phone/
DPhoneGlobals.java428 IntentFilter sipIntentFilter = new IntentFilter(Intent.ACTION_BOOT_COMPLETED); in onCreate()
731 if (action.equals(Intent.ACTION_BOOT_COMPLETED)) { in onReceive()
DCarrierConfigLoader.java525 bootFilter.addAction(Intent.ACTION_BOOT_COMPLETED); in CarrierConfigLoader()
1357 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/apps/Traceur/src/com/android/traceur/
DReceiver.java76 if (Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction())) { in onReceive()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DLoaderTask.java835 new IntentFilter(Intent.ACTION_BOOT_COMPLETED), in loadWorkspace()

12