Searched refs:requestUid (Results 1 – 2 of 2) sorted by relevance
2597 public HealthStatsParceler takeUidSnapshot(int requestUid) { in takeUidSnapshot() argument2598 if (requestUid != Binder.getCallingUid()) { in takeUidSnapshot()2610 return getHealthStatsForUidLocked(requestUid); in takeUidSnapshot()2613 Slog.w(TAG, "Crashed while writing for takeUidSnapshot(" + requestUid + ")", ex); in takeUidSnapshot()2677 HealthStatsParceler getHealthStatsForUidLocked(int requestUid) { in getHealthStatsForUidLocked() argument2680 final BatteryStats.Uid uid = mStats.getUidStats().get(requestUid); in getHealthStatsForUidLocked()
1075 private boolean checkRequestAcceptedLocked(int requestUid, @NonNull String methodName) { in checkRequestAcceptedLocked() argument1076 if (mIsTrusted || (requestUid == mBoundServiceUid)) { in checkRequestAcceptedLocked()