com.android.internal.telephony
Class ITelephonyRegistry.Stub
java.lang.Object
android.os.Binder
com.android.internal.telephony.ITelephonyRegistry.Stub
- All Implemented Interfaces:
- IBinder, IInterface, ITelephonyRegistry
- Enclosing interface:
- ITelephonyRegistry
public abstract static class ITelephonyRegistry.Stub
- extends Binder
- implements ITelephonyRegistry
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_listen
static final int TRANSACTION_listen
- See Also:
- Constant Field Values
TRANSACTION_notifyCallState
static final int TRANSACTION_notifyCallState
- See Also:
- Constant Field Values
TRANSACTION_notifyServiceState
static final int TRANSACTION_notifyServiceState
- See Also:
- Constant Field Values
TRANSACTION_notifySignalStrength
static final int TRANSACTION_notifySignalStrength
- See Also:
- Constant Field Values
TRANSACTION_notifyMessageWaitingChanged
static final int TRANSACTION_notifyMessageWaitingChanged
- See Also:
- Constant Field Values
TRANSACTION_notifyCallForwardingChanged
static final int TRANSACTION_notifyCallForwardingChanged
- See Also:
- Constant Field Values
TRANSACTION_notifyDataActivity
static final int TRANSACTION_notifyDataActivity
- See Also:
- Constant Field Values
TRANSACTION_notifyDataConnection
static final int TRANSACTION_notifyDataConnection
- See Also:
- Constant Field Values
TRANSACTION_notifyDataConnectionFailed
static final int TRANSACTION_notifyDataConnectionFailed
- See Also:
- Constant Field Values
TRANSACTION_notifyCellLocation
static final int TRANSACTION_notifyCellLocation
- See Also:
- Constant Field Values
ITelephonyRegistry.Stub
public ITelephonyRegistry.Stub()
- Construct the stub at attach it to the interface.
asInterface
public static ITelephonyRegistry asInterface(IBinder obj)
- Cast an IBinder object into an ITelephonyRegistry 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