Merge change I1a23191b into eclair-mr2

* changes:
  fix build
This commit is contained in:
Android (Google) Code Review
2009-10-15 14:33:39 -04:00

View File

@@ -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)) {