Searched refs:requestedAuthority (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/content/ |
D | SyncManager.java | 899 String requestedAuthority, Bundle extras, int targetSyncState, in scheduleSync() argument 902 scheduleSync(requestedAccount, userId, reason, requestedAuthority, extras, targetSyncState, in scheduleSync() 911 String requestedAuthority, Bundle extras, int targetSyncState, in scheduleSync() argument 922 " authority=", requestedAuthority, in scheduleSync() 966 } else if (requestedAuthority == null) { in scheduleSync() 995 if (requestedAuthority != null) { in scheduleSync() 996 final boolean hasSyncAdapter = syncableAuthorities.contains(requestedAuthority); in scheduleSync() 998 if (hasSyncAdapter) syncableAuthorities.add(requestedAuthority); in scheduleSync()
|