Trait/Object

org.scaloid.common

SystemServices

Related Docs: object SystemServices | package common

Permalink

trait SystemServices 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. SystemServices
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. class RichClipboardManager extends AnyRef

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

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

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

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

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

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

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

    Permalink
    Annotations
    @inline()
  11. def clone(): AnyRef

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

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

    Permalink
    Annotations
    @inline()
  14. def downloadManager(implicit context: Context): DownloadManager

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  27. def nfcManager(implicit context: Context): NfcManager

    Permalink
    Annotations
    @inline()
  28. def notificationManager(implicit context: Context): NotificationManager

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

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

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

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

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

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

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

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

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

    Permalink
    Annotations
    @inline()
  38. def storageManager(implicit context: Context): StorageManager

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

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

    Permalink
    Annotations
    @inline()
  41. def textServicesManager(implicit context: Context): TextServicesManager

    Permalink
    Annotations
    @inline()
  42. def toString(): String

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

    Permalink
    Annotations
    @inline()
  44. def usbManager(implicit context: Context): UsbManager

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

    Permalink
    Annotations
    @inline()
  46. final def wait(): Unit

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

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

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

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

    Permalink
    Annotations
    @inline()
  51. def wifiP2pManager(implicit context: Context): WifiP2pManager

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

    Permalink
    Annotations
    @inline()

Inherited from AnyRef

Inherited from Any

Ungrouped