Searched refs:mOptions (Results 1 – 1 of 1) sorted by relevance
62 private DeviceTestRunOptions mOptions = null; field in LogcatOnFailureCollectorHostTest68 mOptions = new DeviceTestRunOptions(PACKAGE_NAME); in setUp()69 mOptions.setRunner(AJUR_RUNNER); in setUp()70 mOptions.addInstrumentationArg("listener", LOGCAT_COLLECTOR); in setUp()71 mOptions.setTestClassName("android.device.tests.TestEvents"); in setUp()72 mOptions.setDisableIsolatedStorage(true); in setUp()86 mOptions.addExtraListener(collector); in testCollect()87 mOptions.setCheckResults(false); in testCollect()88 runDeviceTests(mOptions); in testCollect()