Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java1093 final HashSet<String> syncableAuthorities = new HashSet<String>(); in scheduleSync() local
1096 syncableAuthorities.add(syncAdapter.type.authority); in scheduleSync()
1103 final boolean hasSyncAdapter = syncableAuthorities.contains(requestedAuthority); in scheduleSync()
1104 syncableAuthorities.clear(); in scheduleSync()
1105 if (hasSyncAdapter) syncableAuthorities.add(requestedAuthority); in scheduleSync()
1108 for (String authority : syncableAuthorities) { in scheduleSync()