Searched refs:SyncAdaptersCache (Results 1 – 1 of 1) sorted by relevance
66 private SyncAdaptersCache mSyncAdaptersCache;75 mSyncAdaptersCache = new SyncAdaptersCache(this); in onCreate()341 static class SyncAdaptersCache extends RegisteredServicesCache<SyncAdapterType> { class in SyncAdapterDriver346 SyncAdaptersCache(Context context) { in SyncAdaptersCache() method in SyncAdapterDriver.SyncAdaptersCache