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