Searched refs:requestedAuthority (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/content/ |
H A D | SyncManager.java | 1005 String requestedAuthority, Bundle extras, int targetSyncState, in scheduleSync() argument 1008 scheduleSync(requestedAccount, userId, reason, requestedAuthority, extras, targetSyncState, in scheduleSync() 1017 String requestedAuthority, Bundle extras, int targetSyncState, in scheduleSync() argument 1028 " authority=", requestedAuthority, in scheduleSync() 1073 } else if (requestedAuthority == null) { in scheduleSync() 1102 if (requestedAuthority != null) { in scheduleSync() 1103 final boolean hasSyncAdapter = syncableAuthorities.contains(requestedAuthority); in scheduleSync() 1105 if (hasSyncAdapter) syncableAuthorities.add(requestedAuthority); in scheduleSync()
|