Searched refs:mTestUtils (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/
H A DCallDetailActivityTest.java62 private IntegrationTestUtils mTestUtils; field in class:CallDetailActivityTest
79 mTestUtils = new IntegrationTestUtils(getInstrumentation());
91 mTestUtils = null;
156 mTestUtils.clickButton(mActivityUnderTest, R.id.playback_start_stop);
157 mTestUtils.clickButton(mActivityUnderTest, R.id.rate_increase_button);
200 List<TextView> views = mTestUtils.getTextViewsWithString(mActivityUnderTest, "00:00");
204 mTestUtils.clickButton(mActivityUnderTest, R.id.rate_increase_button);
205 assertEquals("fast speed", mTestUtils.getText(timeDisplay));
207 mTestUtils.clickButton(mActivityUnderTest, R.id.rate_decrease_button);
208 assertEquals("normal speed", mTestUtils
[all...]

Completed in 127 milliseconds