Searched defs:refreshReason (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Permission/service/java/com/android/safetycenter/ |
D | RefreshReasons.java | 47 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()
|
D | SafetyCenterBroadcastDispatcher.java | 98 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()
|
D | SafetyCenterRefreshTracker.java | 74 String reportRefreshInProgress( in reportRefreshInProgress() 169 int refreshReason = refreshInProgress.getReason(); in reportSourceRefreshCompleted() local 267 int refreshReason = clearedRefresh.getReason(); in timeoutRefresh() local
|
D | SafetyCenterService.java | 409 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()
|
D | SafetyCenterFlags.java | 364 static Duration getRefreshSourcesTimeout(@RefreshReason int refreshReason) { in getRefreshSourcesTimeout()
|
/packages/modules/Permission/service/java/com/android/safetycenter/data/ |
D | SafetySourceStateCollectedLogger.java | 85 @Nullable @SafetyCenterManager.RefreshReason Integer refreshReason, in writeSourceUpdatedAtom() 102 @Nullable @SafetyCenterManager.RefreshReason Integer refreshReason, in logSafetySourceStateCollected() 142 refreshReason, in logSafetySourceStateCollected() local
|
D | SafetyCenterDataManager.java | 151 Integer refreshReason = null; in setSafetySourceData() local 230 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 | 180 @Nullable @SafetyCenterManager.RefreshReason Integer refreshReason, in writeSafetySourceStateCollected() 218 long refreshReason, in writeSourceRefreshSystemEvent() 243 long refreshReason, in writeWholeRefreshSystemEvent()
|