Home
last modified time | relevance | path

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

/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/account/
DStaticAccountAuthenticator.java39 private static Bundle sAccountBundle; field in StaticAccountAuthenticator
41 sAccountBundle = new Bundle();
42 sAccountBundle.putString(AccountManager.KEY_ACCOUNT_NAME, NAME); in sAccountBundle.putString()
43 sAccountBundle.putString(AccountManager.KEY_ACCOUNT_TYPE, TYPE); in sAccountBundle.putString()
44 sAccountBundle.putString(AccountManager.KEY_AUTHTOKEN, TOKEN); in sAccountBundle.putString()
48 return sAccountBundle; in createResultBundle()