Home
last modified time | relevance | path

Searched refs:getMaxRetriesWithAppStandbyExemption (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/content/
DSyncManagerConstants.java132 public int getMaxRetriesWithAppStandbyExemption() { in getMaxRetriesWithAppStandbyExemption() method in SyncManagerConstants
DSyncManager.java3742 if (syncOperation.retries > mConstants.getMaxRetriesWithAppStandbyExemption()) { in runSyncFinishedOrCanceledH()