Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2879d274 authored by Simranjit Singh Kohli's avatar Simranjit Singh Kohli Committed by Android Git Automerger
Browse files

am ca338578: am bdf2d1fa: Merge "[Fix Potential for error]:" into mnc-dev

* commit 'ca338578':
  [Fix Potential for error]:
parents 03fc25df ca338578
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2355,9 +2355,9 @@ public class AccountManagerService
            callingUid = packageUid;
        }
        checkReadAccountsPermission();
        UserAccounts accounts = getUserAccounts(userId);
        long identityToken = clearCallingIdentity();
        try {
            UserAccounts accounts = getUserAccounts(userId);
            synchronized (accounts.cacheLock) {
                return getAccountsFromCacheLocked(accounts, type, callingUid, callingPackage);
            }