Searched refs:syncAdapter (Results 1 – 2 of 2) sorted by relevance
138 for (SyncAdapterType syncAdapter : syncAdapters) { in serializeAccountSyncSettingsToJSON()140 if (!syncAdapter.isUserVisible()) { in serializeAccountSyncSettingsToJSON()143 if (!accountTypeToAuthorities.containsKey(syncAdapter.accountType)) { in serializeAccountSyncSettingsToJSON()144 accountTypeToAuthorities.put(syncAdapter.accountType, new ArrayList<String>()); in serializeAccountSyncSettingsToJSON()146 accountTypeToAuthorities.get(syncAdapter.accountType).add(syncAdapter.authority); in serializeAccountSyncSettingsToJSON()
987 for (RegisteredServicesCache.ServiceInfo<SyncAdapterType> syncAdapter : in scheduleSync()989 syncableAuthorities.add(syncAdapter.type.authority); in scheduleSync()3545 IBinder syncAdapter) { in runBoundToAdapterH() argument3549 syncAdapter.linkToDeath(activeSyncContext, 0); in runBoundToAdapterH()3557 activeSyncContext.mSyncAdapter = ISyncAdapter.Stub.asInterface(syncAdapter); in runBoundToAdapterH()