android.bluetooth
Class IBluetoothDeviceCallback.Stub

java.lang.Object
  extended by android.os.Binder
      extended by android.bluetooth.IBluetoothDeviceCallback.Stub
All Implemented Interfaces:
IBluetoothDeviceCallback, android.os.IBinder, android.os.IInterface
Enclosing interface:
IBluetoothDeviceCallback

public abstract static class IBluetoothDeviceCallback.Stub
extends android.os.Binder
implements IBluetoothDeviceCallback

Local-side IPC implementation stub class.


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.bluetooth.IBluetoothDeviceCallback
IBluetoothDeviceCallback.Stub
 
Nested classes/interfaces inherited from interface android.os.IBinder
android.os.IBinder.DeathRecipient
 
Field Summary
 
Fields inherited from interface android.os.IBinder
DUMP_TRANSACTION, FIRST_CALL_TRANSACTION, FLAG_ONEWAY, INTERFACE_TRANSACTION, LAST_CALL_TRANSACTION, PING_TRANSACTION
 
Constructor Summary
IBluetoothDeviceCallback.Stub()
          Construct the stub at attach it to the interface.
 
Method Summary
 android.os.IBinder asBinder()
           
static IBluetoothDeviceCallback asInterface(android.os.IBinder obj)
          Cast an IBinder object into an IBluetoothDeviceCallback interface, generating a proxy if needed.
 boolean onTransact(int code, android.os.Parcel data, android.os.Parcel reply, int flags)
           
 
Methods inherited from class android.os.Binder
attachInterface, clearCallingIdentity, dump, flushPendingCommands, getCallingPid, getCallingUid, getInterfaceDescriptor, isBinderAlive, joinThreadPool, linkToDeath, pingBinder, queryLocalInterface, restoreCallingIdentity, transact, unlinkToDeath
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface android.bluetooth.IBluetoothDeviceCallback
onGetRemoteServiceChannelResult
 

Constructor Detail

IBluetoothDeviceCallback.Stub

public IBluetoothDeviceCallback.Stub()
Construct the stub at attach it to the interface.

Method Detail

asInterface

public static IBluetoothDeviceCallback asInterface(android.os.IBinder obj)
Cast an IBinder object into an IBluetoothDeviceCallback interface, generating a proxy if needed.


asBinder

public android.os.IBinder asBinder()
Specified by:
asBinder in interface android.os.IInterface

onTransact

public boolean onTransact(int code,
                          android.os.Parcel data,
                          android.os.Parcel reply,
                          int flags)
                   throws android.os.RemoteException
Overrides:
onTransact in class android.os.Binder
Throws:
android.os.RemoteException