Home
last modified time | relevance | path

Searched refs:clickButton (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Settings/tests/anomaly-tester/src/com/android/settings/anomaly/tests/
DWakelockAnomalyTest.java74 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()
DBluetoothAnomalyTest.java74 TestUtils.clickButton(mDevice, RES_BT_BUTTON); in testBluetoothAnomaly_longScanningTime_reportAnomaly()
95 TestUtils.clickButton(mDevice, RES_BT_BUTTON); in testBluetoothAnomaly_shortScanningTime_notReport()
DTestUtils.java76 public static void clickButton(UiDevice uiDevice, String res) { in clickButton() method in TestUtils
/packages/apps/Messaging/tests/src/com/android/messaging/ui/attachmentchooser/
DAttachmentChooserFragmentTest.java153 clickButton(checkBox); in testUnselect()
160 clickButton(checkBox2); in testUnselect()
/packages/apps/Messaging/tests/src/com/android/messaging/ui/contact/
DContactPickerFragmentTest.java185 clickButton(cliv); in testPickInitialContact()
218 clickButton(cliv); in testPickMoreContacts()
/packages/apps/Messaging/tests/src/com/android/messaging/ui/
DViewTest.java55 protected void clickButton(final View view) { in clickButton() method in ViewTest
DCustomHeaderViewPagerTest.java51 clickButton(headerTitleButton); in testBindFirstLevel()
DFragmentTestCase.java97 protected void clickButton(final View view) { in clickButton() method in FragmentTestCase
/packages/apps/Messaging/tests/src/com/android/messaging/ui/conversationlist/
DConversationListFragmentTest.java127 clickButton(startNewConversationButton); in testStartNewConversation()
/packages/apps/Contacts/tests/src/com/android/contacts/test/
DIntegrationTestUtils.java57 public void clickButton(final Activity activity, final int buttonResourceId) throws Throwable { in clickButton() method in IntegrationTestUtils