/packages/apps/DeskClock/src/com/android/deskclock/ |
D | AlarmInitReceiver.kt | 55 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/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/privacysources/ |
D | WorkPolicyInfoTest.kt | 131 Intent(Intent.ACTION_BOOT_COMPLETED) in safetyCenterEnabledChanged_safetyCenterEnabled() 201 val intent = Intent(Intent.ACTION_BOOT_COMPLETED) in rescanAndPushSafetyCenterData_eventRebooted_deviceOwner() 238 Intent(Intent.ACTION_BOOT_COMPLETED) in rescanAndPushSafetyCenterData_eventRefresh_deviceOwner() 284 val intent = Intent(Intent.ACTION_BOOT_COMPLETED) in rescanAndPushSafetyCenterData_eventUnknown_profileOwner() 321 val intent = Intent(Intent.ACTION_BOOT_COMPLETED) in rescanAndPushSafetyCenterData_hasWorkPolicyFalse()
|
D | SafetyCenterReceiverTest.kt | 22 import android.content.Intent.ACTION_BOOT_COMPLETED 173 val intent = Intent(ACTION_BOOT_COMPLETED) in <lambda>() 187 val intent = Intent(ACTION_BOOT_COMPLETED) in <lambda>()
|
D | NotificationListenerPrivacySourceTest.kt | 219 Intent(Intent.ACTION_BOOT_COMPLETED), in rescanAndPushSafetyCenterData_eventDeviceRebooted_updateSafetyCenterData() 262 Intent(Intent.ACTION_BOOT_COMPLETED), in rescanAndPushSafetyCenterData_updatesSafetyCenterEventUnknown() 280 Intent(Intent.ACTION_BOOT_COMPLETED), in rescanAndPushSafetyCenterData_notificationListenerCheckDisabled_noSafetyCenterInteractions()
|
D | AppDataSharingUpdatesPrivacySourceTest.kt | 25 import android.content.Intent.ACTION_BOOT_COMPLETED 161 val bootCompleteIntent = Intent(ACTION_BOOT_COMPLETED) in rescanAndPushSafetyCenterData_safetyLabelChangeNotificationsDisabled_setsNullData()
|
/packages/modules/OnDevicePersonalization/tests/federatedcomputetests/src/com/android/federatedcompute/services/ |
D | FederatedComputeBroadcastReceiverTest.java | 80 Intent intent = new Intent(Intent.ACTION_BOOT_COMPLETED); in testOnReceive() 98 Intent intent = new Intent(Intent.ACTION_BOOT_COMPLETED); in testOnReceiveKillSwitchOn() 114 Intent intent = new Intent(Intent.ACTION_BOOT_COMPLETED); in testOnReceiveDeviceNotSupported()
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/ |
D | BootBroadcastReceiver.java | 63 case Intent.ACTION_BOOT_COMPLETED: in onReceive() 82 if (Intent.ACTION_BOOT_COMPLETED.equals(action)) { in onReceive()
|
/packages/apps/Settings/src/com/android/settings/safetycenter/ |
D | SafetySourceBroadcastReceiver.java | 19 import static android.content.Intent.ACTION_BOOT_COMPLETED; 68 if (ACTION_BOOT_COMPLETED.equals(intent.getAction())) { in onReceive()
|
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/safetycenter/ |
D | SafetySourceBroadcastReceiver.kt | 23 import android.content.Intent.ACTION_BOOT_COMPLETED 55 ACTION_BOOT_COMPLETED -> refreshAllSafetySources(context) in onReceive()
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/service/ |
D | SafetyCenterBackgroundRefreshJobService.java | 20 import static android.content.Intent.ACTION_BOOT_COMPLETED; 162 return ACTION_BOOT_COMPLETED.equals(actionString) in isActionStringValid()
|
/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/ |
D | OnDevicePersonalizationBroadcastReceiverTests.java | 94 Intent intent = new Intent(Intent.ACTION_BOOT_COMPLETED); in testOnReceive() 135 Intent intent = new Intent(Intent.ACTION_BOOT_COMPLETED); in testOnReceiveKillSwitchOn() 174 Intent intent = new Intent(Intent.ACTION_BOOT_COMPLETED); in testOnReceiveDeviceNotSupported()
|
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/broadcast/ |
D | BroadcastDispatcherTest.kt | 102 intentFilter = IntentFilter(Intent.ACTION_BOOT_COMPLETED) in <lambda>() 115 intentFilter = IntentFilter(Intent.ACTION_BOOT_COMPLETED) in <lambda>()
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/privacysources/ |
D | SafetyCenterReceiver.kt | 23 import android.content.Intent.ACTION_BOOT_COMPLETED in <lambda>() 112 ACTION_BOOT_COMPLETED -> { in onReceive()
|
/packages/services/Car/service/src/com/android/car/systeminterface/ |
D | SystemStateInterface.java | 139 if (!Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction())) { 264 IntentFilter intentFilter = new IntentFilter(Intent.ACTION_BOOT_COMPLETED); in scheduleActionForBootCompleted()
|
/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/safetylabel/ |
D | SafetyLabelChangesJobServiceTest.kt | 122 receiver.onReceive(application, Intent(Intent.ACTION_BOOT_COMPLETED)) in flagsDisabled_onReceiveValidIntentAction_jobNotScheduled() 136 receiver.onReceive(application, Intent(Intent.ACTION_BOOT_COMPLETED)) in onReceiveValidIntentAction_jobsScheduled()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/systeminterface/ |
D | SystemStateInterfaceTest.java | 136 receiver.onReceive(mMockContext, new Intent(Intent.ACTION_BOOT_COMPLETED)); in testScheduleActionForBootCompleted() 152 receiver.onReceive(mMockContext, new Intent(Intent.ACTION_BOOT_COMPLETED)); in testScheduleActionForBootCompleted_receivedIntent()
|
/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/hibernation/ |
D | HibernationPolicyTest.kt | 110 receiver.onReceive(context, Intent(Intent.ACTION_BOOT_COMPLETED)) in onReceive_shouldInitializeAndAdjustStartTimeOfUnusedAppTracking() 140 receiver.onReceive(context, Intent(Intent.ACTION_BOOT_COMPLETED)) in getStartTimeOfUnusedAppTracking_shouldReturnExpectedValue()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batteryusage/ |
D | BootBroadcastReceiverTest.java | 82 mReceiver.onReceive(mContext, new Intent(Intent.ACTION_BOOT_COMPLETED)); in onReceive_withWorkProfile_notRefreshesJob() 97 mReceiver.onReceive(mContext, new Intent(Intent.ACTION_BOOT_COMPLETED)); in onReceive_withBootCompletedIntent_refreshesJob()
|
/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/fcm/ |
D | FcmRegistrationReceiver.java | 28 if (Intent.ACTION_BOOT_COMPLETED.equals(action)) { in onReceive()
|
/packages/apps/Contacts/src/com/android/contacts/interactions/ |
D | OnBootOrUpgradeReceiver.java | 30 if (Intent.ACTION_BOOT_COMPLETED.equals(action) in onReceive()
|
/packages/modules/ImsMedia/test/imsmediahal/src/com/android/telephony/testimsmediahal/ |
D | MediaBroadcastReceiver.java | 30 if (Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction())) { in onReceive()
|
/packages/apps/Settings/src/com/android/settings/development/ |
D | Enable16KBootReceiver.java | 31 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/apps/Settings/src/com/android/settings/sim/receivers/ |
D | SimCompleteBootReceiver.java | 33 if (!Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction())) { in onReceive()
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaReceiver.java | 31 if (Intent.ACTION_BOOT_COMPLETED.equals(action)) { in onReceive()
|