Searched refs:syncAdapter (Results 1 – 2 of 2) sorted by relevance
139 for (SyncAdapterType syncAdapter : syncAdapters) { in serializeAccountSyncSettingsToJSON()141 if (!syncAdapter.isUserVisible()) { in serializeAccountSyncSettingsToJSON()144 if (!accountTypeToAuthorities.containsKey(syncAdapter.accountType)) { in serializeAccountSyncSettingsToJSON()145 accountTypeToAuthorities.put(syncAdapter.accountType, new ArrayList<String>()); in serializeAccountSyncSettingsToJSON()147 accountTypeToAuthorities.get(syncAdapter.accountType).add(syncAdapter.authority); in serializeAccountSyncSettingsToJSON()
1123 for (RegisteredServicesCache.ServiceInfo<SyncAdapterType> syncAdapter : in scheduleSync()1125 syncableAuthorities.add(syncAdapter.type.authority); in scheduleSync()3785 IBinder syncAdapter) { in runBoundToAdapterH() argument3789 syncAdapter.linkToDeath(activeSyncContext, 0); in runBoundToAdapterH()3799 activeSyncContext.mSyncAdapter = ISyncAdapter.Stub.asInterface(syncAdapter); in runBoundToAdapterH()