Home
last modified time | relevance | path

Searched refs:EVENT_DEVICE_REBOOTED (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Settings/src/com/android/settings/safetycenter/
DSafetySourceBroadcastReceiver.java41 private static final SafetyEvent EVENT_DEVICE_REBOOTED = field in SafetySourceBroadcastReceiver
69 refreshAllSafetySources(context, EVENT_DEVICE_REBOOTED); in onReceive()
/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/privacysources/
DSafetyCenterReceiverTest.kt39 …android.permissioncontroller.privacysources.SafetyCenterReceiver.RefreshEvent.EVENT_DEVICE_REBOOTED
179 .rescanAndPushSafetyCenterData(application, intent, EVENT_DEVICE_REBOOTED) in <lambda>()
181 .rescanAndPushSafetyCenterData(application, intent, EVENT_DEVICE_REBOOTED) in <lambda>()
DAppDataSharingUpdatesPrivacySourceTest.kt45 …android.permissioncontroller.privacysources.SafetyCenterReceiver.RefreshEvent.EVENT_DEVICE_REBOOTED
166 EVENT_DEVICE_REBOOTED in rescanAndPushSafetyCenterData_safetyLabelChangeNotificationsDisabled_setsNullData()
DWorkPolicyInfoTest.kt208 RefreshEvent.EVENT_DEVICE_REBOOTED in rescanAndPushSafetyCenterData_eventRebooted_deviceOwner()
DNotificationListenerPrivacySourceTest.kt220 SafetyCenterReceiver.RefreshEvent.EVENT_DEVICE_REBOOTED in rescanAndPushSafetyCenterData_eventDeviceRebooted_updateSafetyCenterData()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/privacysources/v34/
DAppDataSharingUpdatesPrivacySource.kt40 …android.permissioncontroller.privacysources.SafetyCenterReceiver.RefreshEvent.EVENT_DEVICE_REBOOTED
112 EVENT_DEVICE_REBOOTED -> { in createSafetyEventForDataSharingUpdates()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/privacysources/
DSafetyCenterReceiver.kt74 EVENT_DEVICE_REBOOTED,
118 RefreshEvent.EVENT_DEVICE_REBOOTED, in onReceive()
DPrivacySourcesUtils.kt36 RefreshEvent.EVENT_DEVICE_REBOOTED -> in getSafetyCenterEvent()
DWorkPolicyInfo.kt148 RefreshEvent.EVENT_DEVICE_REBOOTED -> { in createSafetyEventForWorkPolicy()