Home
last modified time | relevance | path

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

/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
DTestAccountAuthenticator.java72 isCallbackRequired = options.getBoolean(Fixtures.KEY_CALLBACK_REQUIRED, false); in addAccount()
119 options != null && options.getBoolean(Fixtures.KEY_CALLBACK_REQUIRED); in confirmCredentials()
165 options != null && options.getBoolean(Fixtures.KEY_CALLBACK_REQUIRED); in getAuthToken()
230 options != null && options.getBoolean(Fixtures.KEY_CALLBACK_REQUIRED); in updateCredentials()
273 Arrays.asList(features).contains(Fixtures.KEY_CALLBACK_REQUIRED); in hasFeatures()
DFixtures.java75 public static final String KEY_CALLBACK_REQUIRED = "test:callback_required"; field in Fixtures