Searched defs:refreshReason (Results  1 – 10 of 10) sorted by relevance
| /packages/modules/Permission/service/java/com/android/safetycenter/ | 
| D | RefreshReasons.java | 52     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()
  | 
| D | SafetyCenterBroadcastDispatcher.java | 101     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()
  | 
| D | SafetyCenterRefreshTracker.java | 78     String reportRefreshInProgress(  in reportRefreshInProgress() 174         int refreshReason = refreshInProgress.getReason();  in reportSourceRefreshCompleted()  local 272         int refreshReason = clearedRefresh.getReason();  in timeoutRefresh()  local
  | 
| D | SafetyCenterService.java | 359         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()
  | 
| D | SafetyCenterFlags.java | 342     static Duration getRefreshSourcesTimeout(@RefreshReason int refreshReason) {  in getRefreshSourcesTimeout()
  | 
| /packages/modules/Permission/service/java/com/android/safetycenter/data/ | 
| D | SafetySourceStateCollectedLogger.java | 88             @Nullable @SafetyCenterManager.RefreshReason Integer refreshReason,  in writeSourceUpdatedAtom() 105             @Nullable @SafetyCenterManager.RefreshReason Integer refreshReason,  in logSafetySourceStateCollected() 144                 refreshReason,  in logSafetySourceStateCollected()  local
  | 
| D | SafetyCenterDataManager.java | 145         Integer refreshReason = null;  in setSafetySourceData()  local 211         Integer refreshReason = null;  in reportSafetySourceError()  local
  | 
| /packages/modules/Permission/framework-s/java/android/safetycenter/ | 
| D | ISafetyCenterManager.aidl | 74     void refreshSafetySources(int refreshReason, int userId);  in refreshSafetySources() 80 … void refreshSpecificSafetySources(int refreshReason, int userId, in List<String> safetySourceIds);  in refreshSpecificSafetySources()
  | 
| D | SafetyCenterManager.java | 443     public void refreshSafetySources(@RefreshReason int refreshReason) {  in refreshSafetySources() 470     public void refreshSafetySources(  in refreshSafetySources()
  | 
| /packages/modules/Permission/service/java/com/android/safetycenter/logging/ | 
| D | SafetyCenterStatsdLogger.java | 175             @Nullable @SafetyCenterManager.RefreshReason Integer refreshReason,  in writeSafetySourceStateCollected() 213             long refreshReason,  in writeSourceRefreshSystemEvent() 238             long refreshReason,  in writeWholeRefreshSystemEvent()
  |