Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/admin/
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()
246 mShouldBlockNonMatchingNetworks, Arrays.hashCode(mIncludedUids), in hashCode()
259 int[] mIncludedUids = new int[0]; field in PreferentialNetworkServiceConfig.Builder
346 mIncludedUids = uids; in setIncludedUids()
375 if (mIncludedUids.length > 0 && mExcludedUids.length > 0) { in build()
[all …]