Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowContentResolver.java74 public static void setSyncAdapterTypes(SyncAdapterType[] syncAdapterTypes) { in setSyncAdapterTypes() argument
75 sSyncAdapterTypes = syncAdapterTypes; in setSyncAdapterTypes()
/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountTypeProvider.java68 SyncAdapterType[] syncAdapterTypes, in AccountTypeProvider() argument
73 mAuthTypes = onlyContactSyncable(authenticatorDescriptions, syncAdapterTypes); in AccountTypeProvider()