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

  /cts/tests/tests/database/src/android/database/cts/
CursorWindowTest.java 180 final long NUMBER_INTEGER = (int) NUMBER_LONG_INTEGER;
181 final long NUMBER_SHORT = (short) NUMBER_INTEGER;
201 assertEquals(NUMBER_INTEGER, cursorWindow.getInt(0, 0));
239 assertEquals(NUMBER_INTEGER, cursorWindow.getInt(0, 2));
256 assertEquals(NUMBER_INTEGER, cursorWindow.getInt(0, 3));
CursorWrapperTest.java 290 final long NUMBER_INTEGER = (int) NUMBER_LONG_INTEGER;
291 final long NUMBER_SHORT = (short) NUMBER_INTEGER;
294 assertTrue(NUMBER_LONG_INTEGER != NUMBER_INTEGER);
296 assertTrue(NUMBER_INTEGER != (int) NUMBER_SHORT);
342 assertEquals(NUMBER_INTEGER, cursorWrapper.getInt(columnInteger));
MergeCursorTest.java 134 final long NUMBER_INTEGER = (int) NUMBER_LONG_INTEGER;
135 final long NUMBER_SHORT = (short) NUMBER_INTEGER;
174 assertEquals(NUMBER_INTEGER - i, mergeCursor.getInt(columnInteger));

Completed in 222 milliseconds