Packages

case class AndroidDevice(conf: Config) extends Device with LogSupport with Product with Serializable

Linear Supertypes
Product, Equals, Device, LogSupport, LazyLogger, LoggingMethods, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AndroidDevice
  2. Product
  3. Equals
  4. Device
  5. LogSupport
  6. LazyLogger
  7. LoggingMethods
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AndroidDevice(conf: Config)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val PLATFORM_OS: PlatformOS

    adb return codes

    adb return codes

    1 generic failure 20 means that a service has not been found (i.e., settings, package) - restart is required

    Definition Classes
    AndroidDeviceDevice
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def assertForegroundApp(appId: String, throwable: Throwable): Unit
    Definition Classes
    Device
  7. def checkBootState(): Boolean
    Definition Classes
    AndroidDeviceDevice
  8. def clearStuckModals(): Unit
    Definition Classes
    AndroidDeviceDevice
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. def closeApp(appId: String): Unit
    Definition Classes
    AndroidDeviceDevice
  11. val conf: Config
  12. macro def debug(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  13. macro def debug(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  14. def ensureDevice(): Unit
    Definition Classes
    AndroidDeviceDevice
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. macro def error(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  17. macro def error(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  18. def getAppPackageAnalysis(conf: Config): Analysis
    Definition Classes
    AndroidDeviceDevice
  19. def getAppVersion(path: String): Option[String]
    Definition Classes
    AndroidDeviceDevice
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def getForegroundAppId: Option[String]
    Definition Classes
    AndroidDeviceDevice
  22. def getPid(appid: String): String
    Definition Classes
    AndroidDeviceDevice
  23. def getPlatformSpecificData(appId: String): Option[String]
    Definition Classes
    AndroidDeviceDevice
  24. def getPrefs(appId: String): Option[String]
    Definition Classes
    AndroidDeviceDevice
  25. def increaseFailedInteractions(): Unit
    Attributes
    protected
    Definition Classes
    Device
  26. macro def info(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  27. macro def info(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  28. def installApp(app: MobileApp): Unit
    Definition Classes
    AndroidDeviceDevice
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. macro def logAt(logLevel: LogLevel, message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  31. lazy val logger: Logger
    Attributes
    protected[this]
    Definition Classes
    LazyLogger
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. var objection: Option[Process]
  36. def performTouch(x: Int, y: Int): Unit
    Definition Classes
    AndroidDeviceDevice
  37. def productElementNames: Iterator[String]
    Definition Classes
    Product
  38. def resetAndRestartApp(app: MobileApp): Unit
    Definition Classes
    Device
  39. def resetDevice(): Unit
    Definition Classes
    AndroidDeviceDevice
  40. def resetFailedInteractions(): Unit
    Attributes
    protected
    Definition Classes
    Device
  41. def restartApp(appId: String): Unit
    Definition Classes
    Device
  42. def restartPhone(): Boolean
    Definition Classes
    AndroidDeviceDevice
  43. def runFridaScript(pid: String, script: String): String
    Definition Classes
    Device
  44. def setAppPermissions(appId: String): Unit
    Definition Classes
    AndroidDeviceDevice
  45. def startApp(appId: String, retries: Int = 3): Unit
    Definition Classes
    AndroidDeviceDevice
  46. def startFrida(): Unit
    Definition Classes
    AndroidDeviceDevice
  47. def stopFrida(): Unit
    Definition Classes
    AndroidDeviceDevice
  48. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  49. macro def trace(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  50. macro def trace(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  51. def uninstallApp(appId: String): Unit
    Definition Classes
    AndroidDeviceDevice
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  55. macro def warn(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  56. macro def warn(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  57. def withRunningFrida[T](func: => T): T
    Definition Classes
    AndroidDeviceDevice

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Product

Inherited from Equals

Inherited from Device

Inherited from LogSupport

Inherited from LazyLogger

Inherited from LoggingMethods

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped