org.scaloid.common

SystemService

trait SystemService extends AnyRef

Shortcuts for Android system services.

Refer to the URL below:

https://github.com/pocorall/scaloid/#system-services

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SystemService
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class RichClipboardManager extends AnyRef

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. def accessibilityManager(implicit context: Context): AccessibilityManager

    Annotations
    @inline()
  7. def accountManager(implicit context: Context): AccountManager

    Annotations
    @inline()
  8. def activityManager(implicit context: Context): ActivityManager

    Annotations
    @inline()
  9. def alarmManager(implicit context: Context): AlarmManager

    Annotations
    @inline()
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def audioManager(implicit context: Context): AudioManager

    Annotations
    @inline()
  12. def clipboardManager(implicit context: Context): ClipboardManager

    Annotations
    @inline()
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def connectivityManager(implicit context: Context): ConnectivityManager

    Annotations
    @inline()
  15. def devicePolicyManager(implicit context: Context): DevicePolicyManager

    Annotations
    @inline()
  16. def dropBoxManager(implicit context: Context): DropBoxManager

    Annotations
    @inline()
  17. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. def inputMethodManager(implicit context: Context): InputMethodManager

    Annotations
    @inline()
  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def keyguardManager(implicit context: Context): KeyguardManager

    Annotations
    @inline()
  25. def layoutInflater(implicit context: Context): LayoutInflater

    Annotations
    @inline()
  26. def locationManager(implicit context: Context): LocationManager

    Annotations
    @inline()
  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. def notificationManager(implicit context: Context): NotificationManager

    Annotations
    @inline()
  29. final def notify(): Unit

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

    Definition Classes
    AnyRef
  31. def onCallForwardingIndicatorChanged(fun: (Boolean) ⇒ Any)(implicit ctx: Context, reg: Registerable): Unit

  32. def onCallStateChanged(fun: (Int, String) ⇒ Any)(implicit ctx: Context, reg: Registerable): Unit

  33. def onCellLocationChanged(fun: (CellLocation) ⇒ Any)(implicit ctx: Context, reg: Registerable): Unit

  34. def powerManager(implicit context: Context): PowerManager

    Annotations
    @inline()
  35. implicit def richClipboardManager(cm: ClipboardManager): RichClipboardManager

    Annotations
    @inline()
  36. def searchManager(implicit context: Context): SearchManager

    Annotations
    @inline()
  37. def sensorManager(implicit context: Context): SensorManager

    Annotations
    @inline()
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  39. def telephonyManager(implicit context: Context): TelephonyManager

    Annotations
    @inline()
  40. def toString(): String

    Definition Classes
    AnyRef → Any
  41. def uiModeManager(implicit context: Context): UiModeManager

    Annotations
    @inline()
  42. def vibrator(implicit context: Context): Vibrator

    Annotations
    @inline()
  43. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. def wallpaperManager(implicit context: Context): WallpaperManager

    Annotations
    @inline()
  47. def wifiManager(implicit context: Context): WifiManager

    Annotations
    @inline()
  48. def windowManager(implicit context: Context): WindowManager

    Annotations
    @inline()

Inherited from AnyRef

Inherited from Any

Ungrouped