HomeSort by relevance Sort by last modified time
    Searched refs:authTokenLabel (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/accounts/
GrantCredentialsPermissionActivity.java 40 public static final String EXTRAS_AUTH_TOKEN_LABEL = "authTokenLabel";
97 final String authTokenLabel = future.getResult();
98 if (!TextUtils.isEmpty(authTokenLabel)) {
102 authTokenTypeView.setText(authTokenLabel);
AccountManagerService.java     [all...]

Completed in 317 milliseconds