FileDocCategorySizeDatePackage
TelephonyManager.javaAPI DocAndroid 5.1 API6468Sat Mar 14 14:09:40 GMT 2015android.telephony

TelephonyManager

public class TelephonyManager extends Object

Fields Summary
public static final String
ACTION_PHONE_STATE_CHANGED
public static final String
ACTION_RESPOND_VIA_MESSAGE
public static final int
CALL_STATE_IDLE
public static final int
CALL_STATE_OFFHOOK
public static final int
CALL_STATE_RINGING
public static final int
DATA_ACTIVITY_DORMANT
public static final int
DATA_ACTIVITY_IN
public static final int
DATA_ACTIVITY_INOUT
public static final int
DATA_ACTIVITY_NONE
public static final int
DATA_ACTIVITY_OUT
public static final int
DATA_CONNECTED
public static final int
DATA_CONNECTING
public static final int
DATA_DISCONNECTED
public static final int
DATA_SUSPENDED
public static final String
EXTRA_INCOMING_NUMBER
public static final String
EXTRA_STATE
public static final String
EXTRA_STATE_IDLE
public static final String
EXTRA_STATE_OFFHOOK
public static final String
EXTRA_STATE_RINGING
public static final int
NETWORK_TYPE_1xRTT
public static final int
NETWORK_TYPE_CDMA
public static final int
NETWORK_TYPE_EDGE
public static final int
NETWORK_TYPE_EHRPD
public static final int
NETWORK_TYPE_EVDO_0
public static final int
NETWORK_TYPE_EVDO_A
public static final int
NETWORK_TYPE_EVDO_B
public static final int
NETWORK_TYPE_GPRS
public static final int
NETWORK_TYPE_HSDPA
public static final int
NETWORK_TYPE_HSPA
public static final int
NETWORK_TYPE_HSPAP
public static final int
NETWORK_TYPE_HSUPA
public static final int
NETWORK_TYPE_IDEN
public static final int
NETWORK_TYPE_LTE
public static final int
NETWORK_TYPE_UMTS
public static final int
NETWORK_TYPE_UNKNOWN
public static final int
PHONE_TYPE_CDMA
public static final int
PHONE_TYPE_GSM
public static final int
PHONE_TYPE_NONE
public static final int
PHONE_TYPE_SIP
public static final int
SIM_STATE_ABSENT
public static final int
SIM_STATE_NETWORK_LOCKED
public static final int
SIM_STATE_PIN_REQUIRED
public static final int
SIM_STATE_PUK_REQUIRED
public static final int
SIM_STATE_READY
public static final int
SIM_STATE_UNKNOWN
Constructors Summary
TelephonyManager()

 throw new RuntimeException("Stub!"); 
Methods Summary
public java.util.ListgetAllCellInfo()

 throw new RuntimeException("Stub!"); 
public intgetCallState()

 throw new RuntimeException("Stub!"); 
public android.telephony.CellLocationgetCellLocation()

 throw new RuntimeException("Stub!"); 
public intgetDataActivity()

 throw new RuntimeException("Stub!"); 
public intgetDataState()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetDeviceId()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetDeviceSoftwareVersion()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetGroupIdLevel1()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetLine1Number()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetMmsUAProfUrl()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetMmsUserAgent()

 throw new RuntimeException("Stub!"); 
public java.util.ListgetNeighboringCellInfo()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetNetworkCountryIso()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetNetworkOperator()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetNetworkOperatorName()

 throw new RuntimeException("Stub!"); 
public intgetNetworkType()

 throw new RuntimeException("Stub!"); 
public intgetPhoneType()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetSimCountryIso()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetSimOperator()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetSimOperatorName()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetSimSerialNumber()

 throw new RuntimeException("Stub!"); 
public intgetSimState()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetSubscriberId()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetVoiceMailAlphaTag()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetVoiceMailNumber()

 throw new RuntimeException("Stub!"); 
public booleanhasCarrierPrivileges()

 throw new RuntimeException("Stub!"); 
public booleanhasIccCard()

 throw new RuntimeException("Stub!"); 
public booleaniccCloseLogicalChannel(int channel)

 throw new RuntimeException("Stub!"); 
public byte[]iccExchangeSimIO(int fileID, int command, int p1, int p2, int p3, java.lang.String filePath)

 throw new RuntimeException("Stub!"); 
public android.telephony.IccOpenLogicalChannelResponseiccOpenLogicalChannel(java.lang.String AID)

 throw new RuntimeException("Stub!"); 
public java.lang.StringiccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, int p3, java.lang.String data)

 throw new RuntimeException("Stub!"); 
public java.lang.StringiccTransmitApduLogicalChannel(int channel, int cla, int instruction, int p1, int p2, int p3, java.lang.String data)

 throw new RuntimeException("Stub!"); 
public booleanisNetworkRoaming()

 throw new RuntimeException("Stub!"); 
public booleanisSmsCapable()

 throw new RuntimeException("Stub!"); 
public booleanisVoiceCapable()

 throw new RuntimeException("Stub!"); 
public voidlisten(android.telephony.PhoneStateListener listener, int events)

 throw new RuntimeException("Stub!"); 
public java.lang.StringsendEnvelopeWithStatus(java.lang.String content)

 throw new RuntimeException("Stub!"); 
public booleansetLine1NumberForDisplay(java.lang.String alphaTag, java.lang.String number)

 throw new RuntimeException("Stub!"); 
public booleansetOperatorBrandOverride(java.lang.String brand)

 throw new RuntimeException("Stub!"); 
public booleansetPreferredNetworkTypeToGlobal()

 throw new RuntimeException("Stub!"); 
public booleansetVoiceMailNumber(java.lang.String alphaTag, java.lang.String number)

 throw new RuntimeException("Stub!");