Loading services/core/java/com/android/server/accounts/AccountManagerService.java +9 −0 Original line number Diff line number Diff line Loading @@ -828,6 +828,10 @@ public class AccountManagerService account.type); throw new SecurityException(msg); } if (!isUserUnlocked(userId)) { Log.w(TAG, "User " + userId + " data is locked. callingUid " + callingUid); return null; } long identityToken = clearCallingIdentity(); try { UserAccounts accounts = getUserAccounts(userId); Loading Loading @@ -1788,6 +1792,11 @@ public class AccountManagerService account.type); throw new SecurityException(msg); } if (!isUserUnlocked(userId)) { Log.w(TAG, "Authtoken not available - user " + userId + " data is locked. callingUid " + callingUid); return null; } long identityToken = clearCallingIdentity(); try { UserAccounts accounts = getUserAccounts(userId); Loading Loading
services/core/java/com/android/server/accounts/AccountManagerService.java +9 −0 Original line number Diff line number Diff line Loading @@ -828,6 +828,10 @@ public class AccountManagerService account.type); throw new SecurityException(msg); } if (!isUserUnlocked(userId)) { Log.w(TAG, "User " + userId + " data is locked. callingUid " + callingUid); return null; } long identityToken = clearCallingIdentity(); try { UserAccounts accounts = getUserAccounts(userId); Loading Loading @@ -1788,6 +1792,11 @@ public class AccountManagerService account.type); throw new SecurityException(msg); } if (!isUserUnlocked(userId)) { Log.w(TAG, "Authtoken not available - user " + userId + " data is locked. callingUid " + callingUid); return null; } long identityToken = clearCallingIdentity(); try { UserAccounts accounts = getUserAccounts(userId); Loading