Searched refs:requestedAuthority (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/content/ |
D | SyncManager.java | 1034 String requestedAuthority, Bundle extras, int targetSyncState, in scheduleSync() argument 1037 scheduleSync(requestedAccount, userId, reason, requestedAuthority, extras, targetSyncState, in scheduleSync() 1046 String requestedAuthority, Bundle extras, int targetSyncState, in scheduleSync() argument 1057 " authority=", requestedAuthority, in scheduleSync() 1102 } else if (requestedAuthority == null) { in scheduleSync() 1131 if (requestedAuthority != null) { in scheduleSync() 1132 final boolean hasSyncAdapter = syncableAuthorities.contains(requestedAuthority); in scheduleSync() 1134 if (hasSyncAdapter) syncableAuthorities.add(requestedAuthority); in scheduleSync()
|