Home
last modified time | relevance | path

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

/cts/tests/tests/accounts/src/android/accounts/cts/
DMockAccountAuthenticator.java44 public static String KEY_RETURN_INTENT = "return an intent"; field in MockAccountAuthenticator
195 if (options.containsKey(KEY_RETURN_INTENT)) { in confirmCredentials()
DAccountManagerTest.java1997 options.putBoolean(MockAccountAuthenticator.KEY_RETURN_INTENT, true);