Android Utililty Methods Network Information Get

List of utility methods to do Network Information Get

Description

The list of methods to do Network Information Get are organized into topic(s).

Method

intgetNetworkType(TelephonyManager tm)
get Network Type
return tm.getNetworkType();
intgetPhoneType(TelephonyManager tm)
get Phone Type
return tm.getPhoneType();
StringgetSimCountryIso(TelephonyManager tm)
get Sim Country Iso
return tm.getSimCountryIso();
StringgetSimOperator(TelephonyManager tm)
get Sim Operator
return tm.getSimOperator();
StringgetSimOperatorName(TelephonyManager tm)
get Sim Operator Name
return tm.getSimOperatorName();
StringgetSimSerialNumber(TelephonyManager tm)
get Sim Serial Number
return tm.getSimSerialNumber();
intgetSimState(TelephonyManager tm)
get Sim State
return tm.getSimState();
StringgetSubscriberId(TelephonyManager tm)
get Subscriber Id
return tm.getSubscriberId();
StringgetVoiceMailAlphaTag(TelephonyManager tm)
get Voice Mail Alpha Tag
return tm.getVoiceMailAlphaTag();
StringgetVoiceMailNumber(TelephonyManager tm)
get Voice Mail Number
return tm.getVoiceMailNumber();