Home
last modified time | relevance | path

Searched refs:onItemSelected (Results 1 – 14 of 14) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DOneTimeSpinnerListener.java56 public void onItemSelected(AdapterView<?> parent, View view, int position, long id) { in onItemSelected() method in OneTimeSpinnerListener
/cts/tests/tests/widget/src/android/widget/cts/
DListPopupWindowTest.java653 verify(mPopupWindowBuilder.mOnItemSelectedListener, times(1)).onItemSelected( in testAccessSelection()
669 verify(mPopupWindowBuilder.mOnItemSelectedListener, times(1)).onItemSelected( in testAccessSelection()
784 verify(mPopupWindowBuilder.mOnItemSelectedListener, times(1)).onItemSelected( in testListSelectionWithDPad()
794 verify(mPopupWindowBuilder.mOnItemSelectedListener, times(1)).onItemSelected( in testListSelectionWithDPad()
804 verify(mPopupWindowBuilder.mOnItemSelectedListener, times(2)).onItemSelected( in testListSelectionWithDPad()
814 verify(mPopupWindowBuilder.mOnItemSelectedListener, times(1)).onItemSelected( in testListSelectionWithDPad()
854 verify(mPopupWindowBuilder.mOnItemSelectedListener, times(1)).onItemSelected( in testListSelectionWithDPadEnter()
864 verify(mPopupWindowBuilder.mOnItemSelectedListener, times(1)).onItemSelected( in testListSelectionWithDPadEnter()
874 verify(mPopupWindowBuilder.mOnItemSelectedListener, times(2)).onItemSelected( in testListSelectionWithDPadEnter()
884 verify(mPopupWindowBuilder.mOnItemSelectedListener, times(1)).onItemSelected( in testListSelectionWithDPadEnter()
DAdapterViewTest.java324 verify(mockSelectedListener, times(1)).onItemSelected(eq(mAdapterView), any(View.class), in testAccessOnItemSelectedListener()
332 verify(mockSelectedListener, times(1)).onItemSelected( in testAccessOnItemSelectedListener()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hcef/
DHceFReaderActivity.java129 public void onItemSelected(AdapterView<?> parent, View view, int position, long id) { in onItemSelected() method in HceFReaderActivity
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
DCameraFormatsActivity.java329 public void onItemSelected(AdapterView<?> parent,
344 public void onItemSelected(AdapterView<?> parent,
361 public void onItemSelected(AdapterView<?> parent,
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioLoopbackCalibrationDialog.java253 public void onItemSelected(AdapterView<?> parent, View view, int position, long id) { in onItemSelected() method in AudioLoopbackCalibrationDialog
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DPolicyTransparencyTestActivity.java240 public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) { in onItemSelected() method in PolicyTransparencyTestActivity
/cts/tests/tests/widget/src/android/widget/cts/util/
DListScenario.java334 public void onItemSelected(AdapterView parent, View v, int position, long id) { in onCreate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/offhost/
DSimpleOffhostReaderActivity.java287 public void onItemSelected(AdapterView<?> parent, View view, int position, in onItemSelected() method in SimpleOffhostReaderActivity
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
DCameraVideoActivity.java461 public void onItemSelected(AdapterView<?> parent,
478 public void onItemSelected(AdapterView<?> parent,
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DPhotoCaptureActivity.java182 public void onItemSelected( in onCreate()
/cts/tests/app/src/android/app/cts/
DAlertDialog_BuilderTest.java533 verify(mOnItemSelectedListener, times(1)).onItemSelected(eq(mListView), any(View.class), in testSetOnItemSelectedListener()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/bokeh/
DCameraBokehActivity.java606 public void onItemSelected(AdapterView<?> parent,
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt58670 method public void onItemSelected(android.widget.AdapterView<?>, android.view.View, int, long);