Searched refs:clickButton (Results 1 – 10 of 10) sorted by relevance
74 TestUtils.clickButton(mDevice, RES_WAKELOCK_BUTTON); in testWakelockAnomaly_longTimeWhileRunning_report()96 TestUtils.clickButton(mDevice, RES_WAKELOCK_BUTTON); in testWakelockAnomaly_shortTime_notReport()118 TestUtils.clickButton(mDevice, RES_WAKELOCK_BUTTON); in testWakelockAnomaly_longTimeWhileNotRunning_notReport()
74 TestUtils.clickButton(mDevice, RES_BT_BUTTON); in testBluetoothAnomaly_longScanningTime_reportAnomaly()95 TestUtils.clickButton(mDevice, RES_BT_BUTTON); in testBluetoothAnomaly_shortScanningTime_notReport()
76 public static void clickButton(UiDevice uiDevice, String res) { in clickButton() method in TestUtils
153 clickButton(checkBox); in testUnselect()160 clickButton(checkBox2); in testUnselect()
186 clickButton(cliv); in testPickInitialContact()219 clickButton(cliv); in testPickMoreContacts()
55 protected void clickButton(final View view) { in clickButton() method in ViewTest
51 clickButton(headerTitleButton); in testBindFirstLevel()
97 protected void clickButton(final View view) { in clickButton() method in FragmentTestCase
127 clickButton(startNewConversationButton); in testStartNewConversation()
57 public void clickButton(final Activity activity, final int buttonResourceId) throws Throwable { in clickButton() method in IntegrationTestUtils