Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/admin/
DPreferentialNetworkServiceConfig.java56 final int[] mExcludedUids; field in PreferentialNetworkServiceConfig
124 mExcludedUids = excludedUids; in PreferentialNetworkServiceConfig()
134 mExcludedUids = in.createIntArray(); in PreferentialNetworkServiceConfig()
206 return mExcludedUids; in getExcludedUids()
225 + "mExcludedUids=" + Arrays.toString(mExcludedUids) in toString()
240 && Arrays.equals(mExcludedUids, that.mExcludedUids); in equals()
247 Arrays.hashCode(mExcludedUids), mNetworkId); in hashCode()
260 int[] mExcludedUids = new int[0]; field in PreferentialNetworkServiceConfig.Builder
365 mExcludedUids = uids; in setExcludedUids()
375 if (mIncludedUids.length > 0 && mExcludedUids.length > 0) { in build()
[all …]