Home
last modified time | relevance | path

Searched refs:RefreshReasons (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Permission/service/java/com/android/safetycenter/
DRefreshReasons.java36 final class RefreshReasons { class
40 private RefreshReasons() {} in RefreshReasons() method in RefreshReasons
DSafetyCenterBroadcastDispatcher.java288 int requestType = RefreshReasons.toRefreshRequestType(refreshReason); in createRefreshIntent()
295 boolean isUserInitiated = !RefreshReasons.isBackgroundRefresh(refreshReason); in createRefreshIntent()
325 if (RefreshReasons.isBackgroundRefresh(refreshReason)) { in getRefreshDeniedSourceIds()
DSafetyCenterRefreshTracker.java170 int requestType = RefreshReasons.toRefreshRequestType(refreshReason); in reportSourceRefreshCompleted()
268 int requestType = RefreshReasons.toRefreshRequestType(refreshReason); in timeoutRefresh()
DSafetyCenterService.java410 RefreshReasons.validate(refreshReason); in refreshSafetySources()
429 RefreshReasons.validate(refreshReason); in refreshSpecificSafetySources()
953 boolean setError = !RefreshReasons.isBackgroundRefresh(mRefreshReason); in run()