Searched refs:mIncludedUids (Results 1 – 1 of 1) sorted by relevance
42 private int[] mIncludedUids = new int[0]; field in ProfileNetworkPreference51 mIncludedUids = includedUids.clone(); in ProfileNetworkPreference()53 mIncludedUids = new int[0]; in ProfileNetworkPreference()65 in.readIntArray(mIncludedUids); in ProfileNetworkPreference()85 return mIncludedUids.clone(); in getIncludedUids()123 + "mIncludedUids=" + Arrays.toString(mIncludedUids) in toString()135 && (Arrays.equals(mIncludedUids, that.mIncludedUids)) in equals()144 + (Arrays.hashCode(mIncludedUids) * 11) in hashCode()155 private int[] mIncludedUids = new int[0]; field in ProfileNetworkPreference.Builder191 mIncludedUids = uids.clone(); in setIncludedUids()[all …]