Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/
DPasspointConfiguration.java420 private int mCarrierId = TelephonyManager.UNKNOWN_CARRIER_ID; field in PasspointConfiguration
434 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();
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiNetworkSuggestion.java163 private int mCarrierId; field in WifiNetworkSuggestion.Builder
246 mCarrierId = TelephonyManager.UNKNOWN_CARRIER_ID; in Builder()
488 mCarrierId = carrierId; in setCarrierId()
969 wifiConfiguration.carrierId = mCarrierId; in buildWifiConfiguration()
1011 mPasspointConfiguration.setCarrierId(mCarrierId); in buildWifiConfigurationForPasspoint()