Searched refs:mIncludedUids (Results 1 – 1 of 1) sorted by relevance
55 final int[] mIncludedUids; field in PreferentialNetworkServiceConfig123 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.Builder346 mIncludedUids = uids; in setIncludedUids()375 if (mIncludedUids.length > 0 && mExcludedUids.length > 0) { in build()[all …]