Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java2589 final String accountKey; in dumpRecentHistory() local
2597 accountKey = "Unknown"; in dumpRecentHistory()
2604 length = accountKey.length(); in dumpRecentHistory()
2623 accountMap.put(accountKey, accountSyncStats); in dumpRecentHistory()
2719 final String accountKey; in dumpRecentHistory() local
2727 accountKey = "Unknown"; in dumpRecentHistory()
2732 final String key = authorityName + "/" + accountKey; in dumpRecentHistory()
2757 pw.printf(format, accountKey, authorityName, in dumpRecentHistory()
2785 final String accountKey; in dumpRecentHistory() local
2793 accountKey = "Unknown"; in dumpRecentHistory()
[all …]