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

  /cts/tests/tests/widget/src/android/widget/cts/
SimpleAdapterTest.java 52 private static final String[] COLUMNS_FROM = new String[] { "column1" };
100 R.layout.simple_list_item_1, COLUMNS_FROM, VIEWS_TO);
105 R.layout.simple_list_item_1, COLUMNS_FROM, VIEWS_TO);
111 R.layout.simple_list_item_1, COLUMNS_FROM, VIEWS_TO);
115 R.layout.simple_list_item_1, COLUMNS_FROM, VIEWS_TO);
SimpleCursorAdapterTest.java 57 private static final String[] COLUMNS_FROM = new String[] { "column1" };
101 mContext, R.layout.cursoradapter_item0, mCursor, COLUMNS_FROM, VIEWS_TO);
108 COLUMNS_FROM, VIEWS_TO);
145 mCursor, COLUMNS_FROM, to);

Completed in 459 milliseconds