com.android.internal.telephony
Class IPhoneSubInfo.Stub
java.lang.Object
android.os.Binder
com.android.internal.telephony.IPhoneSubInfo.Stub
- All Implemented Interfaces:
- IBinder, IInterface, IPhoneSubInfo
- Enclosing interface:
- IPhoneSubInfo
public abstract static class IPhoneSubInfo.Stub
- extends Binder
- implements IPhoneSubInfo
Local-side IPC implementation stub class.
|
Constructor Summary |
IPhoneSubInfo.Stub()
Construct the stub at attach it to the interface. |
|
Method Summary |
IBinder |
asBinder()
Retrieve the Binder object associated with this interface. |
static IPhoneSubInfo |
asInterface(IBinder obj)
Cast an IBinder object into an IPhoneSubInfo 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 |
TRANSACTION_getDeviceId
static final int TRANSACTION_getDeviceId
- See Also:
- Constant Field Values
TRANSACTION_getDeviceSvn
static final int TRANSACTION_getDeviceSvn
- See Also:
- Constant Field Values
TRANSACTION_getSubscriberId
static final int TRANSACTION_getSubscriberId
- See Also:
- Constant Field Values
TRANSACTION_getSimSerialNumber
static final int TRANSACTION_getSimSerialNumber
- See Also:
- Constant Field Values
TRANSACTION_getLine1Number
static final int TRANSACTION_getLine1Number
- See Also:
- Constant Field Values
TRANSACTION_getLine1AlphaTag
static final int TRANSACTION_getLine1AlphaTag
- See Also:
- Constant Field Values
TRANSACTION_getVoiceMailNumber
static final int TRANSACTION_getVoiceMailNumber
- See Also:
- Constant Field Values
TRANSACTION_getVoiceMailAlphaTag
static final int TRANSACTION_getVoiceMailAlphaTag
- See Also:
- Constant Field Values
IPhoneSubInfo.Stub
public IPhoneSubInfo.Stub()
- Construct the stub at attach it to the interface.
asInterface
public static IPhoneSubInfo asInterface(IBinder obj)
- Cast an IBinder object into an IPhoneSubInfo 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