Home | History | Annotate | Download | only in content

Lines Matching defs:au

1613             AccountAndUser au = new AccountAndUser(info.account, info.userId);
1614 AccountInfo accountInfo = mAccounts.get(au);
1618 Log.v(TAG, tag + ": unknown account " + au);
1660 AccountAndUser au = new AccountAndUser(info.account, info.userId);
1661 AccountInfo account = mAccounts.get(au);
1663 account = new AccountInfo(au);
1664 mAccounts.put(au, account);