Loading services/usage/java/com/android/server/usage/UsageStatsService.java +1 −1 Original line number Diff line number Diff line Loading @@ -683,7 +683,7 @@ public class UsageStatsService extends SystemService implements final int callingUid = Binder.getCallingUid(); try { userId = ActivityManager.getService().handleIncomingUser( Binder.getCallingPid(), callingUid, userId, false, true, Binder.getCallingPid(), callingUid, userId, false, false, "getAppStandbyBucket", null); } catch (RemoteException re) { throw re.rethrowFromSystemServer(); Loading Loading
services/usage/java/com/android/server/usage/UsageStatsService.java +1 −1 Original line number Diff line number Diff line Loading @@ -683,7 +683,7 @@ public class UsageStatsService extends SystemService implements final int callingUid = Binder.getCallingUid(); try { userId = ActivityManager.getService().handleIncomingUser( Binder.getCallingPid(), callingUid, userId, false, true, Binder.getCallingPid(), callingUid, userId, false, false, "getAppStandbyBucket", null); } catch (RemoteException re) { throw re.rethrowFromSystemServer(); Loading