com.android.internal.telephony
Class ITelephony.Stub
java.lang.Object
android.os.Binder
com.android.internal.telephony.ITelephony.Stub
- All Implemented Interfaces:
- IBinder, IInterface, ITelephony
- Enclosing interface:
- ITelephony
public abstract static class ITelephony.Stub
- extends Binder
- implements ITelephony
Local-side IPC implementation stub class.
|
Constructor Summary |
ITelephony.Stub()
Construct the stub at attach it to the interface. |
|
Method Summary |
IBinder |
asBinder()
Retrieve the Binder object associated with this interface. |
static ITelephony |
asInterface(IBinder obj)
Cast an IBinder object into an ITelephony interface,
generating a proxy if needed. |
boolean |
onTransact(int code,
Parcel data,
Parcel reply,
int flags)
Default implementation is a stub that returns false. |
| Methods inherited from class android.os.Binder |
attachInterface, clearCallingIdentity, dump, finalize, flushPendingCommands, getCallingPid, getCallingUid, getInterfaceDescriptor, isBinderAlive, joinThreadPool, linkToDeath, pingBinder, queryLocalInterface, restoreCallingIdentity, transact, unlinkToDeath |
| Methods inherited from interface com.android.internal.telephony.ITelephony |
call, cancelMissedCallsNotification, dial, disableApnType, disableDataConnectivity, disableLocationUpdates, enableApnType, enableDataConnectivity, enableLocationUpdates, endCall, getCallState, getCellLocation, getDataActivity, getDataState, handlePinMmi, isDataConnectivityPossible, isIdle, isOffhook, isRadioOn, isRinging, isSimPinEnabled, setRadio, showCallScreen, supplyPin, toggleRadioOnOff, updateServiceLocation |
TRANSACTION_dial
static final int TRANSACTION_dial
- See Also:
- Constant Field Values
TRANSACTION_call
static final int TRANSACTION_call
- See Also:
- Constant Field Values
TRANSACTION_showCallScreen
static final int TRANSACTION_showCallScreen
- See Also:
- Constant Field Values
TRANSACTION_endCall
static final int TRANSACTION_endCall
- See Also:
- Constant Field Values
TRANSACTION_isOffhook
static final int TRANSACTION_isOffhook
- See Also:
- Constant Field Values
TRANSACTION_isRinging
static final int TRANSACTION_isRinging
- See Also:
- Constant Field Values
TRANSACTION_isIdle
static final int TRANSACTION_isIdle
- See Also:
- Constant Field Values
TRANSACTION_isRadioOn
static final int TRANSACTION_isRadioOn
- See Also:
- Constant Field Values
TRANSACTION_isSimPinEnabled
static final int TRANSACTION_isSimPinEnabled
- See Also:
- Constant Field Values
TRANSACTION_cancelMissedCallsNotification
static final int TRANSACTION_cancelMissedCallsNotification
- See Also:
- Constant Field Values
TRANSACTION_supplyPin
static final int TRANSACTION_supplyPin
- See Also:
- Constant Field Values
TRANSACTION_handlePinMmi
static final int TRANSACTION_handlePinMmi
- See Also:
- Constant Field Values
TRANSACTION_toggleRadioOnOff
static final int TRANSACTION_toggleRadioOnOff
- See Also:
- Constant Field Values
TRANSACTION_setRadio
static final int TRANSACTION_setRadio
- See Also:
- Constant Field Values
TRANSACTION_updateServiceLocation
static final int TRANSACTION_updateServiceLocation
- See Also:
- Constant Field Values
TRANSACTION_enableLocationUpdates
static final int TRANSACTION_enableLocationUpdates
- See Also:
- Constant Field Values
TRANSACTION_disableLocationUpdates
static final int TRANSACTION_disableLocationUpdates
- See Also:
- Constant Field Values
TRANSACTION_enableApnType
static final int TRANSACTION_enableApnType
- See Also:
- Constant Field Values
TRANSACTION_disableApnType
static final int TRANSACTION_disableApnType
- See Also:
- Constant Field Values
TRANSACTION_enableDataConnectivity
static final int TRANSACTION_enableDataConnectivity
- See Also:
- Constant Field Values
TRANSACTION_disableDataConnectivity
static final int TRANSACTION_disableDataConnectivity
- See Also:
- Constant Field Values
TRANSACTION_isDataConnectivityPossible
static final int TRANSACTION_isDataConnectivityPossible
- See Also:
- Constant Field Values
TRANSACTION_getCellLocation
static final int TRANSACTION_getCellLocation
- See Also:
- Constant Field Values
TRANSACTION_getCallState
static final int TRANSACTION_getCallState
- See Also:
- Constant Field Values
TRANSACTION_getDataActivity
static final int TRANSACTION_getDataActivity
- See Also:
- Constant Field Values
TRANSACTION_getDataState
static final int TRANSACTION_getDataState
- See Also:
- Constant Field Values
ITelephony.Stub
public ITelephony.Stub()
- Construct the stub at attach it to the interface.
asInterface
public static ITelephony asInterface(IBinder obj)
- Cast an IBinder object into an ITelephony interface,
generating a proxy if needed.
asBinder
public IBinder asBinder()
- Description copied from interface:
IInterface
- Retrieve the Binder object associated with this interface.
You must use this instead of a plain cast, so that proxy objects
can return the correct result.
- Specified by:
asBinder in interface IInterface
onTransact
public boolean onTransact(int code,
Parcel data,
Parcel reply,
int flags)
throws RemoteException
- Description copied from class:
Binder
- Default implementation is a stub that returns false. You will want
to override this to do the appropriate unmarshalling of transactions.
If you want to call this, call transact().
- Overrides:
onTransact in class Binder
- Throws:
RemoteException
Please submit a feedback, bug or feature