Home | History | Annotate | Download | only in content

Lines Matching refs:accountKey

1382                 final String accountKey;
1385 accountKey = authority.account.name + "/" + authority.account.type
1389 accountKey = "Unknown";
1396 length = accountKey.length();
1412 AccountSyncStats accountSyncStats = accountMap.get(accountKey);
1414 accountSyncStats = new AccountSyncStats(accountKey);
1415 accountMap.put(accountKey, accountSyncStats);
1510 final String accountKey;
1513 accountKey = authority.account.name + "/" + authority.account.type
1517 accountKey = "Unknown";
1524 final String key = authorityName + "/" + accountKey;
1549 pw.printf(format, accountKey, authorityName,
1576 final String accountKey;
1579 accountKey = authority.account.name + "/" + authority.account.type
1583 accountKey = "Unknown";
1594 pw.printf(format, accountKey, authorityName, extras);