Searched refs:mUids (Results 1 – 2 of 2) sorted by relevance
179 mUids = null; in clearAll()207 mUids = (nc.mUids == null) ? null : new ArraySet<>(nc.mUids); in set()1526 private ArraySet<UidRange> mUids = null; field in NetworkCapabilities1533 mUids = new ArraySet<>(1); in setSingleUid()1534 mUids.add(new UidRange(uid, uid)); in setSingleUid()1544 mUids = UidRange.fromIntRanges(uids); in setUids()1559 return UidRange.toIntRanges(mUids); in getUids()1568 if (mUids == null) return null; in getUidRanges()1570 return new ArraySet<>(mUids); in getUidRanges()1578 if (null == mUids) return true; in appliesToUid()[all …]
627 Landroid/net/NetworkCapabilities;->mUids:Landroid/util/ArraySet;