Searched refs:mUids (Results 1 – 3 of 3) sorted by relevance
17 int[] mUids; field in WorkSource52 if (orig.mUids != null) { in WorkSource()53 mUids = orig.mUids.clone(); in WorkSource()56 mUids = null; in WorkSource()64 mUids = new int[] { uid, 0 }; in WorkSource()74 mUids = new int[] { uid, 0 }; in WorkSource()80 mUids = in.createIntArray(); in WorkSource()91 return mUids[index]; in get()112 if (mUids[sourceIndex] == mUids[sourceIndex - 1]) { in clearNames()115 mUids[destIndex] = mUids[sourceIndex]; in clearNames()[all …]
58 private int[] mUids; field in NetworkStats466 mUids = filteredUids.toArray(); in startUserUidEnumeration()562 return mUids != null; in isUidEnumeration()566 return isUidEnumeration() && (mUidOrUidIndex + 1) < mUids.length; in hasNextUid()572 if (mUidOrUidIndex < 0 || mUidOrUidIndex >= mUids.length) { in getUid()574 "Index=" + mUidOrUidIndex + " mUids.length=" + mUids.length); in getUid()576 return mUids[mUidOrUidIndex]; in getUid()588 if (mUids != null) { in stepUid()
385 private final int[] mUids; field in NetworkStatsRecorder.RemoveUidRewriter389 mUids = uids; in RemoveUidRewriter()401 mTemp.removeUids(mUids); in read()