Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java1611 int highestAuthorityId = -1; in readAccountInfoLocked() local
1675 if (authority.ident > highestAuthorityId) { in readAccountInfoLocked()
1676 highestAuthorityId = authority.ident; in readAccountInfoLocked()
1706 mNextAuthorityId = Math.max(highestAuthorityId + 1, mNextAuthorityId); in readAccountInfoLocked()