Searched defs:queryNumEntries (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/database/
H A DDatabaseUtils.java777 public static long queryNumEntries(SQLiteDatabase db, String table) { method in class:DatabaseUtils
778 return queryNumEntries(db, table, null, null);
790 public static long queryNumEntries(SQLiteDatabase db, String table, String selection) { method in class:DatabaseUtils
791 return queryNumEntries(db, table, selection, null);
807 public static long queryNumEntries(SQLiteDatabase db, String table, String selection, method in class:DatabaseUtils

Completed in 9 milliseconds