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.java2445 final String accountKey; in dumpRecentHistory() local
2448 accountKey = authorityInfo.target.account.name + "/" in dumpRecentHistory()
2453 accountKey = "Unknown"; in dumpRecentHistory()
2460 length = accountKey.length(); in dumpRecentHistory()
2476 AccountSyncStats accountSyncStats = accountMap.get(accountKey); in dumpRecentHistory()
2478 accountSyncStats = new AccountSyncStats(accountKey); in dumpRecentHistory()
2479 accountMap.put(accountKey, accountSyncStats); in dumpRecentHistory()
2575 final String accountKey; in dumpRecentHistory() local
2578 accountKey = authorityInfo.target.account.name + "/" in dumpRecentHistory()
2583 accountKey = "Unknown"; in dumpRecentHistory()
[all …]