Searched refs:clearErrorDialogs (Results 1 – 9 of 9) sorted by relevance
87 device.clearErrorDialogs(); in run()
339 public boolean clearErrorDialogs() throws DeviceNotAvailableException; in clearErrorDialogs() method
477 public boolean clearErrorDialogs() throws DeviceNotAvailableException { in clearErrorDialogs() method in TestDevice
2554 public boolean clearErrorDialogs() throws DeviceNotAvailableException { in clearErrorDialogs() method in NativeDevice
244 getDevice().clearErrorDialogs(); in doMeasurement()269 getDevice().clearErrorDialogs(); in doMeasurement()
640 assertTrue("Clear dialogs did not clear anything", getDevice().clearErrorDialogs()); in testClearErrorDialogs_crash()
418 mTestDevice.clearErrorDialogs(); in testClearErrorDialogs()
449 device.clearErrorDialogs(); in setUp()
1167 EasyMock.expect(mMockDevice.clearErrorDialogs()).andReturn(Boolean.TRUE); in doSetupExpectations()