Searched refs:sAccountBundle (Results 1 – 1 of 1) sorted by relevance
41 private static Bundle sAccountBundle; field in StaticAccountAuthenticator43 sAccountBundle = new Bundle();44 sAccountBundle.putString(AccountManager.KEY_ACCOUNT_NAME, NAME); in sAccountBundle.putString()45 sAccountBundle.putString(AccountManager.KEY_ACCOUNT_TYPE, TYPE); in sAccountBundle.putString()46 sAccountBundle.putString(AccountManager.KEY_AUTHTOKEN, TOKEN); in sAccountBundle.putString()50 return sAccountBundle; in createResultBundle()