Searched refs:clearErrorDialogs (Results 1 – 9 of 9) sorted by relevance
244 getDevice().clearErrorDialogs(); in doMeasurement()269 getDevice().clearErrorDialogs(); in doMeasurement()
78 device.clearErrorDialogs(); in run()
536 public boolean clearErrorDialogs() throws DeviceNotAvailableException; in clearErrorDialogs() method
714 public boolean clearErrorDialogs() throws DeviceNotAvailableException { in clearErrorDialogs() method in TestDevice
2758 public boolean clearErrorDialogs() throws DeviceNotAvailableException { in clearErrorDialogs() method in NativeDevice
642 assertTrue("Clear dialogs did not clear anything", getDevice().clearErrorDialogs()); in testClearErrorDialogs_crash()
437 mTestDevice.clearErrorDialogs(); in testClearErrorDialogs()
453 device.clearErrorDialogs(); in setUp()
1270 EasyMock.expect(mMockDevice.clearErrorDialogs()).andReturn(Boolean.TRUE); in doSetupExpectations()