Searched refs:mCarrierId (Results 1 – 2 of 2) sorted by relevance
420 private int mCarrierId = TelephonyManager.UNKNOWN_CARRIER_ID; field in PasspointConfiguration434 this.mCarrierId = carrierId; in setCarrierId()443 return mCarrierId; in getCarrierId()709 mCarrierId = source.mCarrierId; in PasspointConfiguration()747 dest.writeInt(mCarrierId); in writeToParcel()786 && mCarrierId == that.mCarrierId in equals()806 mServiceFriendlyNames, mCarrierId, mIsAutojoinEnabled, mIsMacRandomizationEnabled, in hashCode()861 builder.append("CarrierId:" + mCarrierId); in toString()975 config.mCarrierId = in.readInt();
163 private int mCarrierId; field in WifiNetworkSuggestion.Builder246 mCarrierId = TelephonyManager.UNKNOWN_CARRIER_ID; in Builder()488 mCarrierId = carrierId; in setCarrierId()969 wifiConfiguration.carrierId = mCarrierId; in buildWifiConfiguration()1011 mPasspointConfiguration.setCarrierId(mCarrierId); in buildWifiConfigurationForPasspoint()