Home
last modified time | relevance | path

Searched refs:ACTION_BOOT_COMPLETED (Results 1 – 25 of 27) 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/services/Telecomm/src/com/android/server/telecom/
DDefaultDialerCache.java78 } else if (Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction())) {
153 IntentFilter bootIntentFilter = new IntentFilter(Intent.ACTION_BOOT_COMPLETED); in DefaultDialerCache()
DTelecomSystem.java79 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/apps/Car/Radio/src/com/android/car/radio/
DBootupReceiver.java33 if (Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction())) { 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/experimental/ExampleImsFramework/src/com/android/example/imsframework/
DImsFrameworkService.java40 if (action.equals(Intent.ACTION_BOOT_COMPLETED)) { in onStartCommand()
DImsFrameworkReceiver.java30 if (Intent.ACTION_BOOT_COMPLETED.equals(action)) { 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.java43 if (action.equals(Intent.ACTION_BOOT_COMPLETED)) { in onReceive()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarReceiver.java57 if (Intent.ACTION_BOOT_COMPLETED.equals(action)) { 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/MediaProvider/src/com/android/providers/media/
DMediaScannerReceiver.java38 if (Intent.ACTION_BOOT_COMPLETED.equals(action)) { in onReceive()
DMtpReceiver.java38 if (Intent.ACTION_BOOT_COMPLETED.equals(action)) { in onReceive()
/packages/services/Telephony/src/com/android/phone/
DCarrierConfigLoader.java368 bootFilter.addAction(Intent.ACTION_BOOT_COMPLETED); in CarrierConfigLoader()
816 case Intent.ACTION_BOOT_COMPLETED: in onReceive()
DPhoneGlobals.java369 IntentFilter sipIntentFilter = new IntentFilter(Intent.ACTION_BOOT_COMPLETED); in onCreate()
772 if (action.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/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastReceiver.java73 || Intent.ACTION_BOOT_COMPLETED.equals(action) in onReceiveWithPrivilege()
/packages/services/Telephony/src/com/android/phone/vvm/
DVvmSimStateTracker.java119 case Intent.ACTION_BOOT_COMPLETED: in onReceive()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadReceiver.java68 if (Intent.ACTION_BOOT_COMPLETED.equals(action) in onReceive()
/packages/apps/TV/src/com/android/tv/tuner/
DTunerInputController.java300 case Intent.ACTION_BOOT_COMPLETED: in onReceive()
/packages/apps/Email/provider_src/com/android/email/service/
DEmailBroadcastProcessorService.java129 if (Intent.ACTION_BOOT_COMPLETED.equals(broadcastAction)) { in onHandleIntent()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DLoaderTask.java747 new IntentFilter(Intent.ACTION_BOOT_COMPLETED), in loadWorkspace()
/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertService.java227 } else if (action.equals(Intent.ACTION_BOOT_COMPLETED)) { in processMessage()

12