Searched refs:VALUE_PROJECTION (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/ |
D | CursorTreeAdapterTest.java | 74 private static final String[] VALUE_PROJECTION = new String[] { field in CursorTreeAdapterTest 102 return mDatabase.query("child1", VALUE_PROJECTION, null, null, null, null, null); in getChild1Cursor() 112 return mDatabase.query("child2", VALUE_PROJECTION, null, null, null, null, null); in getChild2Cursor()
|