Searched refs:au (Results 1 – 1 of 1) sorted by relevance
1645 AccountAndUser au = new AccountAndUser(info.account, info.userId); in getAuthorityLocked() local1646 AccountInfo accountInfo = mAccounts.get(au); in getAuthorityLocked()1650 Log.v(TAG, tag + ": unknown account " + au); in getAuthorityLocked()1692 AccountAndUser au = new AccountAndUser(info.account, info.userId); in getOrCreateAuthorityLocked() local1693 AccountInfo account = mAccounts.get(au); in getOrCreateAuthorityLocked()1695 account = new AccountInfo(au); in getOrCreateAuthorityLocked()1696 mAccounts.put(au, account); in getOrCreateAuthorityLocked()