Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/content/
DSyncManagerConstants.java53 private int mMaxRetriesWithAppStandbyExemption = DEF_MAX_RETRIES_WITH_APP_STANDBY_EXEMPTION; field in SyncManagerConstants
103 mMaxRetriesWithAppStandbyExemption = parser.getInt( in refresh()
134 return mMaxRetriesWithAppStandbyExemption; in getMaxRetriesWithAppStandbyExemption()
163 pw.println(mMaxRetriesWithAppStandbyExemption); in dump()