public class NetworkInfo extends Object
Modifier and Type | Field and Description |
---|---|
static int |
NETWORK_TYPE_3GPP |
static int |
NETWORK_TYPE_CDMA |
Constructor and Description |
---|
NetworkInfo(int mnc,
int mcc,
int network_type,
String operator_name) |
public static final int NETWORK_TYPE_3GPP
public static final int NETWORK_TYPE_CDMA
public NetworkInfo(int mnc, int mcc, int network_type, String operator_name)
public int getMNC()
public int getMCC()
public int getNetworkType()
public String getOperatorName()