Home
last modified time | relevance | path

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

123

/packages/apps/DeskClock/src/com/android/deskclock/
DAlarmInitReceiver.kt55 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/
DWorkPolicyInfoTest.kt131 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()
DSafetyCenterReceiverTest.kt22 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>()
DNotificationListenerPrivacySourceTest.kt219 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()
DAppDataSharingUpdatesPrivacySourceTest.kt25 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/
DFederatedComputeBroadcastReceiverTest.java80 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/
DBootBroadcastReceiver.java63 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/
DSafetySourceBroadcastReceiver.java19 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/
DSafetySourceBroadcastReceiver.kt23 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/
DSafetyCenterBackgroundRefreshJobService.java20 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/
DOnDevicePersonalizationBroadcastReceiverTests.java94 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/
DBroadcastDispatcherTest.kt102 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/
DSafetyCenterReceiver.kt23 import android.content.Intent.ACTION_BOOT_COMPLETED in <lambda>()
112 ACTION_BOOT_COMPLETED -> { in onReceive()
/packages/services/Car/service/src/com/android/car/systeminterface/
DSystemStateInterface.java139 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/
DSafetyLabelChangesJobServiceTest.kt122 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/
DSystemStateInterfaceTest.java136 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/
DHibernationPolicyTest.kt110 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/
DBootBroadcastReceiverTest.java82 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/
DFcmRegistrationReceiver.java28 if (Intent.ACTION_BOOT_COMPLETED.equals(action)) { in onReceive()
/packages/apps/Contacts/src/com/android/contacts/interactions/
DOnBootOrUpgradeReceiver.java30 if (Intent.ACTION_BOOT_COMPLETED.equals(action) in onReceive()
/packages/modules/ImsMedia/test/imsmediahal/src/com/android/telephony/testimsmediahal/
DMediaBroadcastReceiver.java30 if (Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction())) { in onReceive()
/packages/apps/Settings/src/com/android/settings/development/
DEnable16KBootReceiver.java31 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/apps/Settings/src/com/android/settings/sim/receivers/
DSimCompleteBootReceiver.java33 if (!Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction())) { in onReceive()
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaReceiver.java31 if (Intent.ACTION_BOOT_COMPLETED.equals(action)) { in onReceive()

123