Home
last modified time | relevance | path

Searched defs:refreshReason (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Permission/service/java/com/android/safetycenter/
DRefreshReasons.java47 static void validate(@RefreshReason int refreshReason) { in validate()
64 static int toRefreshRequestType(@RefreshReason int refreshReason) { in toRefreshRequestType()
84 static boolean isBackgroundRefresh(@RefreshReason int refreshReason) { in isBackgroundRefresh()
DSafetyCenterBroadcastDispatcher.java98 String sendRefreshSafetySources( in sendRefreshSafetySources()
134 @RefreshReason int refreshReason, in sendRefreshSafetySourcesBroadcast()
282 private static Intent createRefreshIntent( in createRefreshIntent()
324 private static Set<String> getRefreshDeniedSourceIds(@RefreshReason int refreshReason) { in getRefreshDeniedSourceIds()
348 @RefreshReason int refreshReason) { in getUserIdsToSourceIds()
381 private List<String> getSourceIdsForRefreshReason( in getSourceIdsForRefreshReason()
DSafetyCenterRefreshTracker.java74 String reportRefreshInProgress( in reportRefreshInProgress()
169 int refreshReason = refreshInProgress.getReason(); in reportSourceRefreshCompleted() local
267 int refreshReason = clearedRefresh.getReason(); in timeoutRefresh() local
DSafetyCenterService.java409 public void refreshSafetySources(@RefreshReason int refreshReason, @UserIdInt int userId) { in refreshSafetySources()
424 public void refreshSpecificSafetySources( in refreshSpecificSafetySources()
937 @RefreshReason int refreshReason, in RefreshTimeout()
1229 private void startRefreshingSafetySourcesLocked( in startRefreshingSafetySourcesLocked()
1238 private void startRefreshingSafetySourcesLocked( in startRefreshingSafetySourcesLocked()
1249 private void startRefreshingSafetySourcesLocked( in startRefreshingSafetySourcesLocked()
DSafetyCenterFlags.java364 static Duration getRefreshSourcesTimeout(@RefreshReason int refreshReason) { in getRefreshSourcesTimeout()
/packages/modules/Permission/service/java/com/android/safetycenter/data/
DSafetySourceStateCollectedLogger.java85 @Nullable @SafetyCenterManager.RefreshReason Integer refreshReason, in writeSourceUpdatedAtom()
102 @Nullable @SafetyCenterManager.RefreshReason Integer refreshReason, in logSafetySourceStateCollected()
142 refreshReason, in logSafetySourceStateCollected() local
DSafetyCenterDataManager.java151 Integer refreshReason = null; in setSafetySourceData() local
230 Integer refreshReason = null; in reportSafetySourceError() local
/packages/modules/Permission/framework-s/java/android/safetycenter/
DISafetyCenterManager.aidl74 void refreshSafetySources(int refreshReason, int userId); in refreshSafetySources()
80 … void refreshSpecificSafetySources(int refreshReason, int userId, in List<String> safetySourceIds); in refreshSpecificSafetySources()
DSafetyCenterManager.java443 public void refreshSafetySources(@RefreshReason int refreshReason) { in refreshSafetySources()
470 public void refreshSafetySources( in refreshSafetySources()
/packages/modules/Permission/service/java/com/android/safetycenter/logging/
DSafetyCenterStatsdLogger.java180 @Nullable @SafetyCenterManager.RefreshReason Integer refreshReason, in writeSafetySourceStateCollected()
218 long refreshReason, in writeSourceRefreshSystemEvent()
243 long refreshReason, in writeWholeRefreshSystemEvent()