diff --git a/core/java/android/accounts/AccountManagerService.java b/core/java/android/accounts/AccountManagerService.java index e2453f673a355..be74073b1cdcf 100644 --- a/core/java/android/accounts/AccountManagerService.java +++ b/core/java/android/accounts/AccountManagerService.java @@ -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 serviceInfo : mAuthenticatorCache.getAllServices()) { if (serviceInfo.type.type.equals(accountType)) {