Searched refs:parentUid (Results 1 – 4 of 4) sorted by relevance
197 final int parentUid = testUids[1]; in testUpdateProcStateCpuTimes() local199 addIsolatedUid(parentUid, childUid); in testUpdateProcStateCpuTimes()213 + (testUids[i] == parentUid ? isolatedUidCpuTimes[j] : 0); in testUpdateProcStateCpuTimes()220 + (testUids[i] == parentUid ? isolatedUidCpuTimes[j] : 0); in testUpdateProcStateCpuTimes()416 private void addIsolatedUid(int parentUid, int childUid) { in addIsolatedUid() argument417 final BatteryStatsImpl.Uid u = mBatteryStatsImpl.getUidStatsLocked(parentUid); in addIsolatedUid()
134 void assignIsolatedUid(int isolatedUid, int parentUid);
295 void UidMap::assignIsolatedUid(int isolatedUid, int parentUid) { in assignIsolatedUid() argument298 mIsolatedUidMap[isolatedUid] = parentUid; in assignIsolatedUid()
4001 int parentUid = mapUid(uid); in noteUidProcessStateLocked() local4002 if (uid != parentUid) { in noteUidProcessStateLocked()