am 4874dcd4
: Merge change I1a23191b into eclair-mr2
Merge commit '4874dcd417d7a07a8e802709c5d6895dc408d422' into eclair-mr2-plus-aosp * commit '4874dcd417d7a07a8e802709c5d6895dc408d422': fix build
This commit is contained in:
@ -1608,7 +1608,7 @@ public class AccountManagerService
|
|||||||
return fromAuthenticator || hasExplicitGrants || inSystemImage;
|
return fromAuthenticator || hasExplicitGrants || inSystemImage;
|
||||||
}
|
}
|
||||||
|
|
||||||
private boolean hasAuthenticatorcontextUid(String accountType, int callingUid) {
|
private boolean hasAuthenticatorUid(String accountType, int callingUid) {
|
||||||
for (RegisteredServicesCache.ServiceInfo<AuthenticatorDescription> serviceInfo :
|
for (RegisteredServicesCache.ServiceInfo<AuthenticatorDescription> serviceInfo :
|
||||||
mAuthenticatorCache.getAllServices()) {
|
mAuthenticatorCache.getAllServices()) {
|
||||||
if (serviceInfo.type.type.equals(accountType)) {
|
if (serviceInfo.type.type.equals(accountType)) {
|
||||||
|
Reference in New Issue
Block a user