Searched refs:getAuthenticatorTypes (Results 1 – 7 of 7) sorted by relevance
131 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
82 AuthenticatorDescription[] authenticators = am.getAuthenticatorTypes(); in setup()100 AuthenticatorDescription[] authenticators = am.getAuthenticatorTypes(); in teardown()
96 Set<String> authenticatorTypes = Arrays.stream(am.getAuthenticatorTypes()) in accountAuthenticatorExists()
246 return Arrays.stream(am.getAuthenticatorTypes()) in isAuthenticatorRegistered()
1189 result.putParcelableArray(EXTRA_RETURN_RESULT, accountManager.getAuthenticatorTypes()); in sendAccountManagerGetAuthenticatorTypes()
985 AuthenticatorDescription[] types = am.getAuthenticatorTypes(); in testGetAuthenticatorTypes()
3711 method public android.accounts.AuthenticatorDescription[] getAuthenticatorTypes();