Searched refs:mExcludedUids (Results 1 – 1 of 1) sorted by relevance
43 private int[] mExcludedUids = new int[0]; field in ProfileNetworkPreference57 mExcludedUids = excludedUids.clone(); in ProfileNetworkPreference()59 mExcludedUids = new int[0]; in ProfileNetworkPreference()66 in.readIntArray(mExcludedUids); in ProfileNetworkPreference()99 return mExcludedUids.clone(); in getExcludedUids()124 + "mExcludedUids=" + Arrays.toString(mExcludedUids) in toString()136 && (Arrays.equals(mExcludedUids, that.mExcludedUids)) in equals()145 + (Arrays.hashCode(mExcludedUids) * 13); in hashCode()156 private int[] mExcludedUids = new int[0]; field in ProfileNetworkPreference.Builder209 mExcludedUids = uids.clone(); in setExcludedUids()[all …]