Searched refs:highestAuthorityId (Results 1 – 1 of 1) sorted by relevance
1838 int highestAuthorityId = -1; in readAccountInfoLocked() local1895 if (authority.ident > highestAuthorityId) { in readAccountInfoLocked()1896 highestAuthorityId = authority.ident; in readAccountInfoLocked()1922 mNextAuthorityId = Math.max(highestAuthorityId + 1, mNextAuthorityId); in readAccountInfoLocked()