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

  /cts/tests/tests/view/src/android/view/cts/
View_IdsTest.java 58 Button buttonCancel = (Button) activity.findViewById(R.id.cancel);
64 assertNotNull(buttonCancel);
69 assertEquals(activity.getString(R.string.id_cancel), buttonCancel.getText().toString());
75 buttonCancel.setId(0x9999);
76 assertEquals(0x9999, buttonCancel.getId());
77 assertSame(buttonCancel, (Button) activity.findViewById(0x9999));
  /external/wpa_supplicant/wpa_gui-qt4/
userdatarequest.cpp 27 connect(buttonCancel, SIGNAL(clicked()), this, SLOT(reject()));
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
userdatarequest.cpp 27 connect(buttonCancel, SIGNAL(clicked()), this, SLOT(reject()));

Completed in 131 milliseconds