Searched refs:TEST_PROJECTION (Results 1 – 1 of 1) sorted by relevance
/development/samples/NotePad/tests/src/com/example/android/notepad/ |
D | NotePadProviderTest.java | 424 final String[] TEST_PROJECTION = { in testQueriesOnNotesUri() local 481 TEST_PROJECTION, // get the title, note, and mod date columns in testQueriesOnNotesUri() 488 assertEquals(TEST_PROJECTION.length, projectionCursor.getColumnCount()); in testQueriesOnNotesUri() 492 assertEquals(TEST_PROJECTION[0], projectionCursor.getColumnName(0)); in testQueriesOnNotesUri() 493 assertEquals(TEST_PROJECTION[1], projectionCursor.getColumnName(1)); in testQueriesOnNotesUri() 494 assertEquals(TEST_PROJECTION[2], projectionCursor.getColumnName(2)); in testQueriesOnNotesUri() 501 TEST_PROJECTION, // get the title, note, and mod date columns in testQueriesOnNotesUri()
|