Interface BaseEmulatorHelper.EmulatorRunner

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Process getProcess()
      Returns the process associated to the emulator, if any.
      boolean isAvailable()
      Returns true if the emulator associated to this runner is available and can be started.
      void start()
      Starts the emulator associated to this runner.
      int waitFor​(org.threeten.bp.Duration timeout)
      Wait for the emulator associated to this runner to terminate, returning the exit status.
    • Method Detail

      • isAvailable

        boolean isAvailable()
        Returns true if the emulator associated to this runner is available and can be started.
      • getProcess

        Process getProcess()
        Returns the process associated to the emulator, if any.