Home
last modified time | relevance | path

Searched refs:accountKey (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java2415 final String accountKey; in dumpRecentHistory() local
2418 accountKey = authorityInfo.target.account.name + "/" in dumpRecentHistory()
2423 accountKey = "Unknown"; in dumpRecentHistory()
2430 length = accountKey.length(); in dumpRecentHistory()
2446 AccountSyncStats accountSyncStats = accountMap.get(accountKey); in dumpRecentHistory()
2448 accountSyncStats = new AccountSyncStats(accountKey); in dumpRecentHistory()
2449 accountMap.put(accountKey, accountSyncStats); in dumpRecentHistory()
2545 final String accountKey; in dumpRecentHistory() local
2548 accountKey = authorityInfo.target.account.name + "/" in dumpRecentHistory()
2553 accountKey = "Unknown"; in dumpRecentHistory()
[all …]