Searched refs:accountKey (Results 1 – 1 of 1) sorted by relevance
2221 final String accountKey; in dumpRecentHistory() local2224 accountKey = authorityInfo.target.account.name + "/" in dumpRecentHistory()2229 accountKey = "Unknown"; in dumpRecentHistory()2236 length = accountKey.length(); in dumpRecentHistory()2252 AccountSyncStats accountSyncStats = accountMap.get(accountKey); in dumpRecentHistory()2254 accountSyncStats = new AccountSyncStats(accountKey); in dumpRecentHistory()2255 accountMap.put(accountKey, accountSyncStats); in dumpRecentHistory()2350 final String accountKey; in dumpRecentHistory() local2353 accountKey = authorityInfo.target.account.name + "/" in dumpRecentHistory()2358 accountKey = "Unknown"; in dumpRecentHistory()[all …]