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

/frameworks/base/core/java/android/database/
H A DDatabaseUtils.java757 public static long queryNumEntries(SQLiteDatabase db, String table) { method in class:DatabaseUtils
758 return queryNumEntries(db, table, null, null);
770 public static long queryNumEntries(SQLiteDatabase db, String table, String selection) { method in class:DatabaseUtils
771 return queryNumEntries(db, table, selection, null);
787 public static long queryNumEntries(SQLiteDatabase db, String table, String selection, method in class:DatabaseUtils

Completed in 122 milliseconds