Searched refs:highestAuthorityId (Results 1 – 1 of 1) sorted by relevance
1611 int highestAuthorityId = -1; in readAccountInfoLocked() local1675 if (authority.ident > highestAuthorityId) { in readAccountInfoLocked()1676 highestAuthorityId = authority.ident; in readAccountInfoLocked()1706 mNextAuthorityId = Math.max(highestAuthorityId + 1, mNextAuthorityId); in readAccountInfoLocked()