/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/apps/Settings/src/com/android/settings/fuelgauge/batterytip/ |
D | AnomalyConfigReceiver.java | 35 || 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/ |
D | AnomalyConfigReceiver.java | 35 || 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/ |
D | SystemStateInterface.java | 93 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/ |
D | DefaultDialerCache.java | 82 } else if (Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction())) { 165 IntentFilter bootIntentFilter = new IntentFilter(Intent.ACTION_BOOT_COMPLETED); in DefaultDialerCache()
|
D | TelecomSystem.java | 87 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/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaReceiver.java | 29 if (Intent.ACTION_BOOT_COMPLETED.equals(action)) { 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/services/Car/tests/BugReportApp/src/com/android/car/bugreport/ |
D | StartUpBootReceiver.java | 45 if (Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction())) { 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 | 44 if (action.equals(Intent.ACTION_BOOT_COMPLETED)) { 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/services/Mtp/src/com/android/mtp/ |
D | MtpReceiver.java | 36 if (Intent.ACTION_BOOT_COMPLETED.equals(action)) { in onReceive()
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | CalendarReceiver.java | 51 if (!Intent.ACTION_BOOT_COMPLETED.equals(action)) { in onReceive()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
D | RotationWallpaperUpdateReceiver.java | 48 || intent.getAction().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/providers/TvProvider/tests/src/com/android/providers/tv/ |
D | BootCompletedReceiverTest.java | 155 mReceiver.onReceive(getContext(), new Intent(Intent.ACTION_BOOT_COMPLETED)); in testPackageRemoved()
|
/packages/services/Telephony/src/com/android/phone/vvm/ |
D | VvmSimStateTracker.java | 119 case Intent.ACTION_BOOT_COMPLETED: in onReceive()
|
/packages/services/Telephony/src/com/android/phone/ |
D | PhoneGlobals.java | 428 IntentFilter sipIntentFilter = new IntentFilter(Intent.ACTION_BOOT_COMPLETED); in onCreate() 731 if (action.equals(Intent.ACTION_BOOT_COMPLETED)) { in onReceive()
|
D | CarrierConfigLoader.java | 525 bootFilter.addAction(Intent.ACTION_BOOT_COMPLETED); in CarrierConfigLoader() 1357 case Intent.ACTION_BOOT_COMPLETED: in onReceive()
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadReceiver.java | 71 if (Intent.ACTION_BOOT_COMPLETED.equals(action) in onReceive()
|
/packages/apps/Traceur/src/com/android/traceur/ |
D | Receiver.java | 76 if (Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction())) { in onReceive()
|
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
D | LoaderTask.java | 835 new IntentFilter(Intent.ACTION_BOOT_COMPLETED), in loadWorkspace()
|