Searched refs:customTokens (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/accounts/
H A DAuthenticatorDescription.java48 final public boolean customTokens; field in class:AuthenticatorDescription
52 int smallIconId, int prefId, boolean customTokens) {
61 this.customTokens = customTokens;
86 this.customTokens = false;
96 this.customTokens = source.readByte() == 1;
129 dest.writeByte((byte) (customTokens ? 1 : 0));
51 AuthenticatorDescription(String type, String packageName, int labelId, int iconId, int smallIconId, int prefId, boolean customTokens) argument
H A DAccountAuthenticatorCache.java68 final boolean customTokens = sa.getBoolean(
74 smallIconId, prefId, customTokens);
H A DAccountManagerService.java1081 final boolean customTokens =
1082 authenticatorInfo != null && authenticatorInfo.type.customTokens;
1084 // skip the check if customTokens
1086 final boolean permissionGranted = customTokens ||
1102 if (!customTokens && permissionGranted) {
1156 if (!customTokens) {
1163 if (intent != null && notifyOnAuthFailure && !customTokens) {

Completed in 3270 milliseconds