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

  /cts/tests/tests/database/src/android/database/sqlite/cts/
DatabaseStatementTest.java 141 int numCol = c.getColumnIndexOrThrow("num");
144 long num = c.getLong(numCol);
163 int numCol = c.getColumnIndexOrThrow("num");
166 String num = c.getString(numCol);
186 int numCol = c.getColumnIndexOrThrow("num");
189 assertTrue(c.isNull(numCol));
208 int numCol = c.getColumnIndexOrThrow("num");
211 String num = c.getString(numCol);
233 int numCol = c.getColumnIndexOrThrow("num");
237 long num = c.getLong(numCol);
    [all...]
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseStatementTest.java 140 int numCol = c.getColumnIndexOrThrow("num");
143 long num = c.getLong(numCol);
162 int numCol = c.getColumnIndexOrThrow("num");
165 String num = c.getString(numCol);
185 int numCol = c.getColumnIndexOrThrow("num");
188 assertTrue(c.isNull(numCol));
207 int numCol = c.getColumnIndexOrThrow("num");
210 String num = c.getString(numCol);
232 int numCol = c.getColumnIndexOrThrow("num");
236 long num = c.getLong(numCol);
    [all...]

Completed in 95 milliseconds