com.android.internal.telephony
Class IPhoneStateListener.Stub
java.lang.Object
android.os.Binder
com.android.internal.telephony.IPhoneStateListener.Stub
- All Implemented Interfaces:
- IBinder, IInterface, IPhoneStateListener
- Enclosing interface:
- IPhoneStateListener
public abstract static class IPhoneStateListener.Stub
- extends Binder
- implements IPhoneStateListener
Local-side IPC implementation stub class.
| Methods inherited from class android.os.Binder |
attachInterface, clearCallingIdentity, dump, finalize, flushPendingCommands, getCallingPid, getCallingUid, getInterfaceDescriptor, isBinderAlive, joinThreadPool, linkToDeath, pingBinder, queryLocalInterface, restoreCallingIdentity, transact, unlinkToDeath |
TRANSACTION_onServiceStateChanged
static final int TRANSACTION_onServiceStateChanged
- See Also:
- Constant Field Values
TRANSACTION_onSignalStrengthChanged
static final int TRANSACTION_onSignalStrengthChanged
- See Also:
- Constant Field Values
TRANSACTION_onMessageWaitingIndicatorChanged
static final int TRANSACTION_onMessageWaitingIndicatorChanged
- See Also:
- Constant Field Values
TRANSACTION_onCallForwardingIndicatorChanged
static final int TRANSACTION_onCallForwardingIndicatorChanged
- See Also:
- Constant Field Values
TRANSACTION_onCellLocationChanged
static final int TRANSACTION_onCellLocationChanged
- See Also:
- Constant Field Values
TRANSACTION_onCallStateChanged
static final int TRANSACTION_onCallStateChanged
- See Also:
- Constant Field Values
TRANSACTION_onDataConnectionStateChanged
static final int TRANSACTION_onDataConnectionStateChanged
- See Also:
- Constant Field Values
TRANSACTION_onDataActivity
static final int TRANSACTION_onDataActivity
- See Also:
- Constant Field Values
IPhoneStateListener.Stub
public IPhoneStateListener.Stub()
- Construct the stub at attach it to the interface.
asInterface
public static IPhoneStateListener asInterface(IBinder obj)
- Cast an IBinder object into an IPhoneStateListener 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