Loading core/java/android/accounts/AccountManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -1608,7 +1608,7 @@ public class AccountManagerService return fromAuthenticator || hasExplicitGrants || inSystemImage; } private boolean hasAuthenticatorcontextUid(String accountType, int callingUid) { private boolean hasAuthenticatorUid(String accountType, int callingUid) { for (RegisteredServicesCache.ServiceInfo<AuthenticatorDescription> serviceInfo : mAuthenticatorCache.getAllServices()) { if (serviceInfo.type.type.equals(accountType)) { Loading Loading
core/java/android/accounts/AccountManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -1608,7 +1608,7 @@ public class AccountManagerService return fromAuthenticator || hasExplicitGrants || inSystemImage; } private boolean hasAuthenticatorcontextUid(String accountType, int callingUid) { private boolean hasAuthenticatorUid(String accountType, int callingUid) { for (RegisteredServicesCache.ServiceInfo<AuthenticatorDescription> serviceInfo : mAuthenticatorCache.getAllServices()) { if (serviceInfo.type.type.equals(accountType)) { Loading