Class

tk.mygod.os

BinderPlus

Related Doc: package os

Permalink

class BinderPlus extends Binder

Linear Supertypes
Binder, IBinder, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BinderPlus
  2. Binder
  3. IBinder
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BinderPlus(service: ServicePlus)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def attachInterface(arg0: IInterface, arg1: String): Unit

    Permalink
    Definition Classes
    Binder
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def dump(arg0: FileDescriptor, arg1: PrintWriter, arg2: Array[String]): Unit

    Permalink
    Attributes
    protected[android.os]
    Definition Classes
    Binder
  8. def dump(arg0: FileDescriptor, arg1: Array[String]): Unit

    Permalink
    Definition Classes
    Binder → IBinder
  9. def dumpAsync(arg0: FileDescriptor, arg1: Array[String]): Unit

    Permalink
    Definition Classes
    Binder → IBinder
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[android.os]
    Definition Classes
    Binder → AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def getInterfaceDescriptor(): String

    Permalink
    Definition Classes
    Binder → IBinder
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. def isBinderAlive(): Boolean

    Permalink
    Definition Classes
    Binder → IBinder
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def linkToDeath(arg0: DeathRecipient, arg1: Int): Unit

    Permalink
    Definition Classes
    Binder → IBinder
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. def onTransact(arg0: Int, arg1: Parcel, arg2: Parcel, arg3: Int): Boolean

    Permalink
    Attributes
    protected[android.os]
    Definition Classes
    Binder
    Annotations
    @throws( classOf[android.os.RemoteException] )
  23. def pingBinder(): Boolean

    Permalink
    Definition Classes
    Binder → IBinder
  24. def queryLocalInterface(arg0: String): IInterface

    Permalink
    Definition Classes
    Binder → IBinder
  25. val service: ServicePlus

    Permalink
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def transact(arg0: Int, arg1: Parcel, arg2: Parcel, arg3: Int): Boolean

    Permalink
    Definition Classes
    Binder → IBinder
    Annotations
    @throws( classOf[android.os.RemoteException] )
  29. def unlinkToDeath(arg0: DeathRecipient, arg1: Int): Boolean

    Permalink
    Definition Classes
    Binder → IBinder
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Binder

Inherited from IBinder

Inherited from AnyRef

Inherited from Any

Ungrouped