Searched refs:sAccountBundle (Results 1 – 1 of 1) sorted by relevance
39 private static Bundle sAccountBundle; field in StaticAccountAuthenticator41 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()