Methods Summary |
---|
public void | answerRingingCall() throw new RuntimeException("Stub!");
|
public void | call(java.lang.String callingPackage, java.lang.String number) throw new RuntimeException("Stub!");
|
public int | checkCarrierPrivilegesForPackage(java.lang.String pkgname) throw new RuntimeException("Stub!");
|
public void | dial(java.lang.String number) throw new RuntimeException("Stub!");
|
public boolean | disableDataConnectivity() throw new RuntimeException("Stub!");
|
public boolean | enableDataConnectivity() throw new RuntimeException("Stub!");
|
public void | enableVideoCalling(boolean enable) throw new RuntimeException("Stub!");
|
public boolean | endCall() throw new RuntimeException("Stub!");
|
public java.util.List | getAllCellInfo() throw new RuntimeException("Stub!");
|
public int | getCallState() throw new RuntimeException("Stub!");
|
public java.util.List | getCarrierPackageNamesForIntent(android.content.Intent intent) throw new RuntimeException("Stub!");
|
public java.lang.String | getCdmaMdn() throw new RuntimeException("Stub!");
|
public java.lang.String | getCdmaMdn(int subId) throw new RuntimeException("Stub!");
|
public java.lang.String | getCdmaMin() throw new RuntimeException("Stub!");
|
public java.lang.String | getCdmaMin(int subId) throw new RuntimeException("Stub!");
|
public android.telephony.CellLocation | getCellLocation() throw new RuntimeException("Stub!");
|
public int | getCurrentPhoneType() throw new RuntimeException("Stub!");
|
public int | getCurrentPhoneType(int subId) throw new RuntimeException("Stub!");
|
public int | getDataActivity() throw new RuntimeException("Stub!");
|
public boolean | getDataEnabled() throw new RuntimeException("Stub!");
|
public boolean | getDataEnabled(int subId) throw new RuntimeException("Stub!");
|
public int | getDataState() throw new RuntimeException("Stub!");
|
public java.lang.String | getDeviceId() throw new RuntimeException("Stub!");
|
public java.lang.String | getDeviceSoftwareVersion() throw new RuntimeException("Stub!");
|
public java.lang.String | getGroupIdLevel1() throw new RuntimeException("Stub!");
|
public java.lang.String | getLine1Number() throw new RuntimeException("Stub!");
|
public java.lang.String | getMmsUAProfUrl() throw new RuntimeException("Stub!");
|
public java.lang.String | getMmsUserAgent() throw new RuntimeException("Stub!");
|
public java.util.List | getNeighboringCellInfo() throw new RuntimeException("Stub!");
|
public java.lang.String | getNetworkCountryIso() throw new RuntimeException("Stub!");
|
public java.lang.String | getNetworkOperator() throw new RuntimeException("Stub!");
|
public java.lang.String | getNetworkOperatorName() throw new RuntimeException("Stub!");
|
public int | getNetworkType() throw new RuntimeException("Stub!");
|
public int | getPhoneType() throw new RuntimeException("Stub!");
|
public java.lang.String | getSimCountryIso() throw new RuntimeException("Stub!");
|
public java.lang.String | getSimOperator() throw new RuntimeException("Stub!");
|
public java.lang.String | getSimOperatorName() throw new RuntimeException("Stub!");
|
public java.lang.String | getSimSerialNumber() throw new RuntimeException("Stub!");
|
public int | getSimState() throw new RuntimeException("Stub!");
|
public java.lang.String | getSubscriberId() throw new RuntimeException("Stub!");
|
public java.lang.String | getVoiceMailAlphaTag() throw new RuntimeException("Stub!");
|
public java.lang.String | getVoiceMailNumber() throw new RuntimeException("Stub!");
|
public boolean | handlePinMmi(java.lang.String dialString) throw new RuntimeException("Stub!");
|
public boolean | handlePinMmiForSubscriber(int subId, java.lang.String dialString) throw new RuntimeException("Stub!");
|
public boolean | hasCarrierPrivileges() throw new RuntimeException("Stub!");
|
public boolean | hasIccCard() throw new RuntimeException("Stub!");
|
public boolean | iccCloseLogicalChannel(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.IccOpenLogicalChannelResponse | iccOpenLogicalChannel(java.lang.String AID) throw new RuntimeException("Stub!");
|
public java.lang.String | iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, int p3, java.lang.String data) throw new RuntimeException("Stub!");
|
public java.lang.String | iccTransmitApduLogicalChannel(int channel, int cla, int instruction, int p1, int p2, int p3, java.lang.String data) throw new RuntimeException("Stub!");
|
public boolean | isDataConnectivityPossible() throw new RuntimeException("Stub!");
|
public boolean | isIdle() throw new RuntimeException("Stub!");
|
public boolean | isNetworkRoaming() throw new RuntimeException("Stub!");
|
public boolean | isOffhook() throw new RuntimeException("Stub!");
|
public boolean | isRadioOn() throw new RuntimeException("Stub!");
|
public boolean | isRinging() throw new RuntimeException("Stub!");
|
public boolean | isSimPinEnabled() throw new RuntimeException("Stub!");
|
public boolean | isSmsCapable() throw new RuntimeException("Stub!");
|
public boolean | isVideoCallingEnabled() throw new RuntimeException("Stub!");
|
public boolean | isVoiceCapable() throw new RuntimeException("Stub!");
|
public void | listen(android.telephony.PhoneStateListener listener, int events) throw new RuntimeException("Stub!");
|
public boolean | needsOtaServiceProvisioning() throw new RuntimeException("Stub!");
|
public java.lang.String | sendEnvelopeWithStatus(java.lang.String content) throw new RuntimeException("Stub!");
|
public void | setDataEnabled(boolean enable) throw new RuntimeException("Stub!");
|
public void | setDataEnabled(int subId, boolean enable) throw new RuntimeException("Stub!");
|
public boolean | setLine1NumberForDisplay(java.lang.String alphaTag, java.lang.String number) throw new RuntimeException("Stub!");
|
public boolean | setOperatorBrandOverride(java.lang.String brand) throw new RuntimeException("Stub!");
|
public boolean | setPreferredNetworkTypeToGlobal() throw new RuntimeException("Stub!");
|
public boolean | setRadio(boolean turnOn) throw new RuntimeException("Stub!");
|
public boolean | setRadioPower(boolean turnOn) throw new RuntimeException("Stub!");
|
public boolean | setVoiceMailNumber(java.lang.String alphaTag, java.lang.String number) throw new RuntimeException("Stub!");
|
public void | silenceRinger() throw new RuntimeException("Stub!");
|
public boolean | supplyPin(java.lang.String pin) throw new RuntimeException("Stub!");
|
public int[] | supplyPinReportResult(java.lang.String pin) throw new RuntimeException("Stub!");
|
public boolean | supplyPuk(java.lang.String puk, java.lang.String pin) throw new RuntimeException("Stub!");
|
public int[] | supplyPukReportResult(java.lang.String puk, java.lang.String pin) throw new RuntimeException("Stub!");
|
public void | toggleRadioOnOff() throw new RuntimeException("Stub!");
|
public void | updateServiceLocation() throw new RuntimeException("Stub!");
|