Searched refs:mUids (Results 1 – 6 of 6) sorted by relevance
27 int[] mUids; field in WorkSource66 if (orig.mUids != null) { in WorkSource()67 mUids = orig.mUids.clone(); in WorkSource()70 mUids = null; in WorkSource()88 mUids = new int[] { uid, 0 }; in WorkSource()99 mUids = new int[] { uid, 0 }; in WorkSource()106 mUids = in.createIntArray(); in WorkSource()136 return mUids[index]; in get()158 if (mUids[sourceIndex] == mUids[sourceIndex - 1]) { in clearNames()161 mUids[destIndex] = mUids[sourceIndex]; in clearNames()[all …]
80 mUids = null; in clearAll()96 setUids(nc.mUids); // Will make the defensive copy in set()1018 private ArraySet<UidRange> mUids = null; field in NetworkCapabilities1038 mUids = null; in setUids()1040 mUids = new ArraySet<>(uids); in setUids()1051 return null == mUids ? null : new ArraySet<>(mUids); in getUids()1059 if (null == mUids) return true; in appliesToUid()1060 for (UidRange range : mUids) { in appliesToUid()1084 Set<UidRange> comparedUids = nc.mUids; in equalsUids()1085 if (null == comparedUids) return null == mUids; in equalsUids()[all …]
57 private int[] mUids; field in NetworkStats584 mUids = filteredUids.toArray(); in startUserUidEnumeration()686 return mUids != null; in isUidEnumeration()690 return isUidEnumeration() && (mUidOrUidIndex + 1) < mUids.length; in hasNextUid()696 if (mUidOrUidIndex < 0 || mUidOrUidIndex >= mUids.length) { in getUid()698 "Index=" + mUidOrUidIndex + " mUids.length=" + mUids.length); in getUid()700 return mUids[mUidOrUidIndex]; in getUid()713 if (mUids != null) { in stepUid()
43 final int[] mUids = {11111111, 2222222}; field in MainActivity319 int[] uids = new int[]{mUids[id]}; in onWakeLockAcquire()325 sb.append("StagsLog.write(10, ").append(mUids[id]).append(", ").append(0) in onWakeLockAcquire()335 int[] uids = new int[]{mUids[id]}; in onWakeLockRelease()341 sb.append("StagsLog.write(10, ").append(mUids[id]).append(", ").append(0) in onWakeLockRelease()
404 private final int[] mUids; field in NetworkStatsRecorder.RemoveUidRewriter408 mUids = uids; in RemoveUidRewriter()420 mTemp.removeUids(mUids); in read()
4442 Landroid/os/WorkSource;->mUids:[I