Home
last modified time | relevance | path

Searched defs:refreshSafetySources (Results 1 – 7 of 7) sorted by relevance

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/safetycenter/
DSafetySourceBroadcastReceiver.kt96 private fun refreshSafetySources( in refreshSafetySources() method
/packages/services/Telephony/src/com/android/phone/security/
DSafetySourceReceiver.java65 private void refreshSafetySources(String refreshBroadcastId) { in refreshSafetySources() method in SafetySourceReceiver
/packages/apps/Settings/src/com/android/settings/safetycenter/
DSafetySourceBroadcastReceiver.java73 private static void refreshSafetySources(Context context, List<String> sourceIds, in refreshSafetySources() method in SafetySourceBroadcastReceiver
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/privacysources/
DSafetyCenterReceiver.kt168 private fun refreshSafetySources( in refreshSafetySources() method in com.android.permissioncontroller.privacysources.SafetyCenterReceiver
/packages/modules/Permission/framework-s/java/android/safetycenter/
DSafetyCenterManager.java443 public void refreshSafetySources(@RefreshReason int refreshReason) { in refreshSafetySources() method in SafetyCenterManager
470 public void refreshSafetySources( in refreshSafetySources() method in SafetyCenterManager
DISafetyCenterManager.aidl74 void refreshSafetySources(int refreshReason, int userId); in refreshSafetySources() method
/packages/modules/Permission/service/java/com/android/safetycenter/
DSafetyCenterService.java409 public void refreshSafetySources(@RefreshReason int refreshReason, @UserIdInt int userId) { in refreshSafetySources() method in SafetyCenterService.Stub