Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/admin/
H A DPreferentialNetworkServiceConfig.java55 final int[] mIncludedUids; field in PreferentialNetworkServiceConfig
123 mIncludedUids = includedUids; in PreferentialNetworkServiceConfig()
133 mIncludedUids = in.createIntArray(); in PreferentialNetworkServiceConfig()
191 return mIncludedUids; in getIncludedUids()
224 + "mIncludedUids=" + Arrays.toString(mIncludedUids) in toString()
239 && Arrays.equals(mIncludedUids, that.mIncludedUids) in equals()
259 int[] mIncludedUids = new int[0]; field in PreferentialNetworkServiceConfig.Builder
346 mIncludedUids = uids; in setIncludedUids()
385 mIncludedUids, mExcludedUids, mNetworkId); in build()
412 dest.writeIntArray(mIncludedUids); in writeToParcel()
[all …]