Home
last modified time | relevance | path

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

/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DAccountManagerEnumerationTest.java131 assertVisible(QUERIES_PACKAGE, TARGET_SYNCADAPTER, this::getAuthenticatorTypes); in queriesPackage_getAuthenticatorTypes_canSeeSyncAdapterTarget()
137 assertNotVisible(QUERIES_NOTHING, TARGET_SYNCADAPTER, this::getAuthenticatorTypes); in queriesNothing_getAuthenticatorTypes_cannotSeeSyncAdapterTarget()
140 private String[] getAuthenticatorTypes(String sourcePackageName) throws Exception { in getAuthenticatorTypes() method in AccountManagerEnumerationTest
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
DAuthenticatorContentProvider.java82 AuthenticatorDescription[] authenticators = am.getAuthenticatorTypes(); in setup()
100 AuthenticatorDescription[] authenticators = am.getAuthenticatorTypes(); in teardown()
/cts/hostsidetests/multiuser/app/src/com/android/cts/multiuser/
DAccountCreator.java96 Set<String> authenticatorTypes = Arrays.stream(am.getAuthenticatorTypes()) in accountAuthenticatorExists()
/cts/hostsidetests/backup/SyncAdapterSettingsApp/src/android/cts/backup/syncadaptersettingsapp/
DSyncAdapterSettingsTest.java246 return Arrays.stream(am.getAuthenticatorTypes()) in isAuthenticatorRegistered()
/cts/tests/tests/accounts/src/android/accounts/cts/
DAccountManagerTest.java160 Arrays.asList(am.getAuthenticatorTypes()); in setUp()
999 AuthenticatorDescription[] types = am.getAuthenticatorTypes(); in testGetAuthenticatorTypes()
/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/
DTestActivity.java1214 result.putParcelableArray(EXTRA_RETURN_RESULT, accountManager.getAuthenticatorTypes()); in sendAccountManagerGetAuthenticatorTypes()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt3793 method public android.accounts.AuthenticatorDescription[] getAuthenticatorTypes();