Searched refs:requestUid (Results 1 – 2 of 2) sorted by relevance
3341 public HealthStatsParceler takeUidSnapshot(int requestUid) { in takeUidSnapshot() argument3342 if (requestUid != Binder.getCallingUid()) { in takeUidSnapshot()3354 return getHealthStatsForUidLocked(requestUid); in takeUidSnapshot()3357 Slog.w(TAG, "Crashed while writing for takeUidSnapshot(" + requestUid + ")", ex); in takeUidSnapshot()3474 HealthStatsParceler getHealthStatsForUidLocked(int requestUid) { in getHealthStatsForUidLocked() argument3477 final BatteryStats.Uid uid = mStats.getUidStats().get(requestUid); in getHealthStatsForUidLocked()
1115 private boolean checkRequestAcceptedLocked(int requestUid, @NonNull String methodName) { in checkRequestAcceptedLocked() argument1116 if (mIsTrusted || (requestUid == mBoundServiceUid)) { in checkRequestAcceptedLocked()