Searched refs:authTokenType (Results 1 – 4 of 4) sorted by relevance
/development/apps/PushApiAuthenticator/src/com/example/android/pushapiauthenticator/ |
D | MyAccountAuthenticator.java | 38 String authTokenType, String[] requiredFeatures, Bundle options) { in addAccount() argument 43 String authTokenType, Bundle options) { in getAuthToken() argument 56 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel() argument 66 String authTokenType, Bundle options) { in updateCredentials() argument
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/ |
D | Authenticator.java | 65 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/samples/DeviceAdminWhitelistedAccount/src/com/example/android/app/admin/whitelistedaccount/ |
D | MyAuthenticator.java | 73 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount() argument 85 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials() argument 97 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken() argument 102 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel() argument
|
/development/apps/Development/src/com/android/development/ |
D | AccountsTester.java | 213 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 …]
|