Searched refs:syncAdapter (Results 1 – 2 of 2) sorted by relevance
135 for (SyncAdapterType syncAdapter : syncAdapters) { in serializeAccountSyncSettingsToJSON()137 if (!syncAdapter.isUserVisible()) { in serializeAccountSyncSettingsToJSON()140 if (!accountTypeToAuthorities.containsKey(syncAdapter.accountType)) { in serializeAccountSyncSettingsToJSON()141 accountTypeToAuthorities.put(syncAdapter.accountType, new ArrayList<String>()); in serializeAccountSyncSettingsToJSON()143 accountTypeToAuthorities.get(syncAdapter.accountType).add(syncAdapter.authority); in serializeAccountSyncSettingsToJSON()
1002 for (RegisteredServicesCache.ServiceInfo<SyncAdapterType> syncAdapter : in scheduleSync()1004 syncableAuthorities.add(syncAdapter.type.authority); in scheduleSync()3612 IBinder syncAdapter) { in runBoundToAdapterH() argument3616 syncAdapter.linkToDeath(activeSyncContext, 0); in runBoundToAdapterH()3624 activeSyncContext.mSyncAdapter = ISyncAdapter.Stub.asInterface(syncAdapter); in runBoundToAdapterH()