/packages/apps/DeskClock/src/com/android/deskclock/ |
D | AlarmInitReceiver.java | 36 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/ |
D | DefaultDialerCache.java | 78 } else if (Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction())) { 153 IntentFilter bootIntentFilter = new IntentFilter(Intent.ACTION_BOOT_COMPLETED); in DefaultDialerCache()
|
D | TelecomSystem.java | 79 new IntentFilter(Intent.ACTION_BOOT_COMPLETED);
|
/packages/apps/Contacts/src/com/android/contacts/interactions/ |
D | OnBootOrUpgradeReceiver.java | 30 if (Intent.ACTION_BOOT_COMPLETED.equals(action) in onReceive()
|
/packages/apps/Car/Radio/src/com/android/car/radio/ |
D | BootupReceiver.java | 33 if (Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction())) { in onReceive()
|
/packages/apps/Nfc/src/com/android/nfc/ |
D | NfcBootCompletedReceiver.java | 34 if (Intent.ACTION_BOOT_COMPLETED.equals(action)) { in onReceive()
|
/packages/apps/Dialer/java/com/android/voicemail/ |
D | VoicemailPowerCycleReceiver.java | 30 if (Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction())) { in onReceive()
|
/packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/ |
D | ImsFrameworkService.java | 40 if (action.equals(Intent.ACTION_BOOT_COMPLETED)) { in onStartCommand()
|
D | ImsFrameworkReceiver.java | 30 if (Intent.ACTION_BOOT_COMPLETED.equals(action)) { in onReceive()
|
/packages/apps/Messaging/src/com/android/messaging/receiver/ |
D | BootAndPackageReplacedReceiver.java | 35 if (Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction()) in onReceive()
|
/packages/apps/Stk/src/com/android/stk/ |
D | BootCompletedReceiver.java | 43 if (action.equals(Intent.ACTION_BOOT_COMPLETED)) { in onReceive()
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | CalendarReceiver.java | 57 if (Intent.ACTION_BOOT_COMPLETED.equals(action)) { in onReceive()
|
/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
D | CallLogReceiver.java | 43 } else if (Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction())) { in onReceive()
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaScannerReceiver.java | 38 if (Intent.ACTION_BOOT_COMPLETED.equals(action)) { in onReceive()
|
D | MtpReceiver.java | 38 if (Intent.ACTION_BOOT_COMPLETED.equals(action)) { in onReceive()
|
/packages/services/Telephony/src/com/android/phone/ |
D | CarrierConfigLoader.java | 368 bootFilter.addAction(Intent.ACTION_BOOT_COMPLETED); in CarrierConfigLoader() 816 case Intent.ACTION_BOOT_COMPLETED: in onReceive()
|
D | PhoneGlobals.java | 369 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/ |
D | SystemBroadcastReceiver.java | 86 } else if (Intent.ACTION_BOOT_COMPLETED.equals(intentAction)) { in onReceive()
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastReceiver.java | 73 || Intent.ACTION_BOOT_COMPLETED.equals(action) in onReceiveWithPrivilege()
|
/packages/services/Telephony/src/com/android/phone/vvm/ |
D | VvmSimStateTracker.java | 119 case Intent.ACTION_BOOT_COMPLETED: in onReceive()
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadReceiver.java | 68 if (Intent.ACTION_BOOT_COMPLETED.equals(action) in onReceive()
|
/packages/apps/TV/src/com/android/tv/tuner/ |
D | TunerInputController.java | 300 case Intent.ACTION_BOOT_COMPLETED: in onReceive()
|
/packages/apps/Email/provider_src/com/android/email/service/ |
D | EmailBroadcastProcessorService.java | 129 if (Intent.ACTION_BOOT_COMPLETED.equals(broadcastAction)) { in onHandleIntent()
|
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
D | LoaderTask.java | 747 new IntentFilter(Intent.ACTION_BOOT_COMPLETED), in loadWorkspace()
|
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
D | AlertService.java | 227 } else if (action.equals(Intent.ACTION_BOOT_COMPLETED)) { in processMessage()
|