org.scaloid.common.LocalService

ScaloidServiceBinder

class ScaloidServiceBinder extends Binder

Linear Supertypes
Binder, IBinder, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ScaloidServiceBinder
  2. Binder
  3. IBinder
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScaloidServiceBinder()

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

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

    Definition Classes
    Binder
  8. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

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

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

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

    Definition Classes
    Binder → IBinder
  26. def service: LocalService

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

    Definition Classes
    AnyRef
  28. def toString(): String

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

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

    Definition Classes
    Binder → IBinder
  31. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Binder

Inherited from IBinder

Inherited from AnyRef

Inherited from Any

Ungrouped