Home
last modified time | relevance | path

Searched refs:mIncludedUids (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Connectivity/framework/src/android/net/
DProfileNetworkPreference.java42 private int[] mIncludedUids = new int[0]; field in ProfileNetworkPreference
51 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.Builder
191 mIncludedUids = uids.clone(); in setIncludedUids()
[all …]