Searched refs:recordTraceSwitch (Results 1 – 1 of 1) sorted by relevance
187 UiObject2 recordTraceSwitch = mDevice.wait(Until.findObject(By.text("Record trace")), in testSuccessfulTracing() local189 assertNotNull("Record trace switch not found.", recordTraceSwitch); in testSuccessfulTracing()190 recordTraceSwitch.click(); in testSuccessfulTracing()197 recordTraceSwitch = mDevice.wait(Until.findObject(By.text("Record trace")), UI_TIMEOUT_MS); in testSuccessfulTracing()198 assertNotNull("Record trace switch not found.", recordTraceSwitch); in testSuccessfulTracing()199 recordTraceSwitch.click(); in testSuccessfulTracing()