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.java52 static void validate(@RefreshReason int refreshReason) { in validate()
71 static int toRefreshRequestType(@RefreshReason int refreshReason) { in toRefreshRequestType()
91 static boolean isBackgroundRefresh(@RefreshReason int refreshReason) { in isBackgroundRefresh()
DSafetyCenterBroadcastDispatcher.java101 String sendRefreshSafetySources( in sendRefreshSafetySources()
137 @RefreshReason int refreshReason, in sendRefreshSafetySourcesBroadcast()
212 int refreshReason = REFRESH_REASON_SAFETY_CENTER_ENABLED; in sendEnabledChangedBroadcast() local
319 private static Set<String> getRefreshDeniedSourceIds(@RefreshReason int refreshReason) { in getRefreshDeniedSourceIds()
340 @RefreshReason int refreshReason) { in getUserIdsToSourceIds()
378 private List<String> getSourceIdsForRefreshReason( in getSourceIdsForRefreshReason()
DSafetyCenterRefreshTracker.java78 String reportRefreshInProgress( in reportRefreshInProgress()
174 int refreshReason = refreshInProgress.getReason(); in reportSourceRefreshCompleted() local
272 int refreshReason = clearedRefresh.getReason(); in timeoutRefresh() local
DSafetyCenterService.java359 public void refreshSafetySources(@RefreshReason int refreshReason, @UserIdInt int userId) { in refreshSafetySources()
371 public void refreshSpecificSafetySources( in refreshSpecificSafetySources()
857 @RefreshReason int refreshReason, in RefreshTimeout()
1056 private void startRefreshingSafetySources( in startRefreshingSafetySources()
1061 private void startRefreshingSafetySources( in startRefreshingSafetySources()
DSafetyCenterFlags.java342 static Duration getRefreshSourcesTimeout(@RefreshReason int refreshReason) { in getRefreshSourcesTimeout()
/packages/modules/Permission/service/java/com/android/safetycenter/data/
DSafetySourceStateCollectedLogger.java88 @Nullable @SafetyCenterManager.RefreshReason Integer refreshReason, in writeSourceUpdatedAtom()
105 @Nullable @SafetyCenterManager.RefreshReason Integer refreshReason, in logSafetySourceStateCollected()
144 refreshReason, in logSafetySourceStateCollected() local
DSafetyCenterDataManager.java145 Integer refreshReason = null; in setSafetySourceData() local
211 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.java175 @Nullable @SafetyCenterManager.RefreshReason Integer refreshReason, in writeSafetySourceStateCollected()
213 long refreshReason, in writeSourceRefreshSystemEvent()
238 long refreshReason, in writeWholeRefreshSystemEvent()