Searched refs:highestAuthorityId (Results 1 – 1 of 1) sorted by relevance
1630 int highestAuthorityId = -1; in readAccountInfoLocked() local1679 if (authority.ident > highestAuthorityId) { in readAccountInfoLocked()1680 highestAuthorityId = authority.ident; in readAccountInfoLocked()1710 mNextAuthorityId = Math.max(highestAuthorityId + 1, mNextAuthorityId); in readAccountInfoLocked()