Home
last modified time | relevance | path

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

/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
DAuthenticator.java65 String authTokenType, String[] requiredFeatures, Bundle options) { in addAccount() argument
89 String authTokenType, Bundle loginOptions) throws NetworkErrorException { in getAuthToken() argument
94 if (!authTokenType.equals(Constants.AUTHTOKEN_TYPE)) { in getAuthToken()
120 intent.putExtra(AuthenticatorActivity.PARAM_AUTHTOKEN_TYPE, authTokenType); in getAuthToken()
128 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel() argument
148 String authTokenType, Bundle loginOptions) { in updateCredentials() argument
/development/apps/Development/src/com/android/development/
DAccountsTester.java213 String authTokenType = mDesiredAuthTokenTypeEditText.getText().toString(); in onClick() local
214 if (TextUtils.isEmpty(authTokenType)) { in onClick()
215 authTokenType = null; in onClick()
223 authTokenType, requiredFeatures, null /* options */, in onClick() local
316 String authTokenType = value.getText().toString(); in onCreateDialog()
320 authTokenType, in onCreateDialog()
327 mAccountManager.getAuthToken(account, authTokenType, false, in onCreateDialog()
330 String[] features = TextUtils.split(authTokenType, ","); in onCreateDialog()
336 authTokenType, null /* loginOptions */, in onCreateDialog()
357 String authTokenType = value.getText().toString(); in onCreateDialog()
[all …]