Home
last modified time | relevance | path

Searched refs:textViewResourceId (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DAutoCompleteTextViewTest.java826 public MockAdapter(Context context, int textViewResourceId, T[] objects) { in MockAdapter() argument
827 super(context, textViewResourceId, objects); in MockAdapter()
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java3269 public Adapter(Context context, int textViewResourceId, List<T> objects) { in Adapter() argument
3270 super(context, textViewResourceId, objects); in Adapter()