Lines Matching refs:authTokenType

506      * @param authTokenType The type of token whose permissions are being modified
511 public void updateAppPermission(Account account, String authTokenType, int uid, boolean value) {
513 mService.updateAppPermission(account, authTokenType, uid, value);
523 * @param authTokenType the token type. must not be null.
530 final String accountType, final String authTokenType,
533 if (authTokenType == null) throw new IllegalArgumentException("authTokenType is null");
536 mService.getAuthTokenLabel(mResponse, accountType, authTokenType);
931 * @param authTokenType The type of auth token to fetch, see {#getAuthToken}
935 public String peekAuthToken(final Account account, final String authTokenType) {
937 if (authTokenType == null) throw new IllegalArgumentException("authTokenType is null");
939 return mService.peekAuthToken(account, authTokenType);
1034 * @param authTokenType The type of the auth token, see {#getAuthToken}
1037 public void setAuthToken(Account account, final String authTokenType, final String authToken) {
1039 if (authTokenType == null) throw new IllegalArgumentException("authTokenType is null");
1041 mService.setAuthToken(account, authTokenType, authToken);
1059 * @param authTokenType The auth token type, see {@link #getAuthToken getAuthToken()}
1071 public String blockingGetAuthToken(Account account, String authTokenType,
1075 if (authTokenType == null) throw new IllegalArgumentException("authTokenType is null");
1076 Bundle bundle = getAuthToken(account, authTokenType, notifyAuthFailure, null /* callback */,
1084 + account + ", authTokenType " + authTokenType);
1113 * @param authTokenType The auth token type, an authenticator-dependent
1146 final Account account, final String authTokenType, final Bundle options,
1149 if (authTokenType == null) throw new IllegalArgumentException("authTokenType is null");
1157 mService.getAuthToken(mResponse, account, authTokenType,
1200 * @param authTokenType The auth token type, an authenticator-dependent
1236 final Account account, final String authTokenType,
1239 return getAuthToken(account, authTokenType, null, notifyAuthFailure, callback,
1279 * @param authTokenType The auth token type, an authenticator-dependent
1314 final Account account, final String authTokenType, final Bundle options,
1319 if (authTokenType == null) throw new IllegalArgumentException("authTokenType is null");
1327 mService.getAuthToken(mResponse, account, authTokenType,
1346 * @param authTokenType The type of auth token (see {@link #getAuthToken})
1383 final String authTokenType, final String[] requiredFeatures,
1395 mService.addAccount(mResponse, accountType, authTokenType,
1406 final String authTokenType, final String[] requiredFeatures,
1419 mService.addAccountAsUser(mResponse, accountType, authTokenType,
1606 * @param authTokenType The credentials entered must allow an auth token
1641 final String authTokenType,
1648 mService.updateCredentials(mResponse, account, authTokenType, activity != null,
2029 GetAuthTokenByTypeAndFeaturesTask(final String accountType, final String authTokenType,
2036 mAuthTokenType = authTokenType;
2190 * @param authTokenType The desired auth token type
2225 final String accountType, final String authTokenType, final String[] features,
2230 if (authTokenType == null) throw new IllegalArgumentException("authTokenType is null");
2232 new GetAuthTokenByTypeAndFeaturesTask(accountType, authTokenType, features,
2263 * authTokenType parameter