Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowContentResolver.java83 public static void setSyncAdapterTypes(SyncAdapterType[] syncAdapterTypes) { in setSyncAdapterTypes() argument
84 sSyncAdapterTypes = syncAdapterTypes; in setSyncAdapterTypes()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
DShadowContentResolver.java89 public static void setSyncAdapterTypes(SyncAdapterType[] syncAdapterTypes) { in setSyncAdapterTypes() argument
90 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()