Searched refs:getEmulatorProcess (Results 1 – 5 of 5) sorted by relevance
107 public Process getEmulatorProcess(); in getEmulatorProcess() method
50 mPid = managedTestDevice.getEmulatorProcess().pid(); in EmulatorMemoryCpuCapturer()
728 if (ideviceToReturn.isEmulator() && managedDevice.getEmulatorProcess() != null) { in freeDevice()904 Process emulatorProcess = ((IManagedTestDevice) device).getEmulatorProcess(); in killEmulator()
4610 public Process getEmulatorProcess() { in getEmulatorProcess() method in NativeDevice
379 when(mMockTestDevice.getEmulatorProcess()).thenReturn(new MockProcess()); in testFreeDevice_emulator()