HomeSort by relevance Sort by last modified time
    Searched refs:clickButton (Results 1 - 9 of 9) sorted by null

  /packages/apps/Messaging/tests/src/com/android/messaging/ui/
ViewTest.java 55 protected void clickButton(final View view) {
CustomHeaderViewPagerTest.java 51 clickButton(headerTitleButton);
FragmentTestCase.java 97 protected void clickButton(final View view) {
  /cts/tests/tests/animation/src/android/animation/cts/
LayoutAnimationTest.java 71 clickButton();
83 clickButton();
141 clickButton();
180 private void clickButton() throws Throwable {
  /external/replicaisland/src/com/replica/replicaisland/
InputGameInterface.java 226 final InputButton clickButton = keys[KeyEvent.KEYCODE_DPAD_CENTER]; // special case
234 if (mUseClickButtonForAttack && clickButton.getPressed()) {
235 mAttackButton.press(clickButton.getLastPressedTime(), clickButton.getMagnitude());
  /packages/apps/Messaging/tests/src/com/android/messaging/ui/attachmentchooser/
AttachmentChooserFragmentTest.java 155 clickButton(checkBox);
162 clickButton(checkBox2);
  /packages/apps/Messaging/tests/src/com/android/messaging/ui/contact/
ContactPickerFragmentTest.java 184 clickButton(cliv);
205 // clickButton(AddMoreParticipantsButton);
217 clickButton(cliv);
  /packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/
IntegrationTestUtils.java 61 public void clickButton(final Activity activity, final int buttonResourceId) throws Throwable {
  /packages/apps/Messaging/tests/src/com/android/messaging/ui/conversationlist/
ConversationListFragmentTest.java 127 clickButton(startNewConversationButton);

Completed in 1622 milliseconds