Searched refs:requestedAuthority (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/content/ |
D | SyncManager.java | 883 String requestedAuthority, Bundle extras, int targetSyncState, in scheduleSync() argument 886 scheduleSync(requestedAccount, userId, reason, requestedAuthority, extras, targetSyncState, in scheduleSync() 895 String requestedAuthority, Bundle extras, int targetSyncState, in scheduleSync() argument 906 " authority=", requestedAuthority, in scheduleSync() 951 } else if (requestedAuthority == null) { in scheduleSync() 980 if (requestedAuthority != null) { in scheduleSync() 981 final boolean hasSyncAdapter = syncableAuthorities.contains(requestedAuthority); in scheduleSync() 983 if (hasSyncAdapter) syncableAuthorities.add(requestedAuthority); in scheduleSync()
|