Home
last modified time | relevance | path

Searched refs:syncAdapterType (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java2258 for (RegisteredServicesCache.ServiceInfo<SyncAdapterType> syncAdapterType : sorted) { in dumpSyncState()
2259 if (!syncAdapterType.type.accountType.equals(account.account.type)) { in dumpSyncState()
2267 syncAdapterType.type.authority, in dumpSyncState()
3507 SyncAdapterType syncAdapterType = in dispatchSyncOperation() local
3510 syncAdapterInfo = mSyncAdapters.getServiceInfo(syncAdapterType, info.userId); in dispatchSyncOperation()
3513 syncAdapterType); in dispatchSyncOperation()
3514 Log.d(TAG, "can't find a sync adapter for " + syncAdapterType in dispatchSyncOperation()