Searched refs:getMaxId (Results 1 – 1 of 1) sorted by relevance
491 return getMaxId(db, "SELECT MAX(%1$s) FROM %2$s", Favorites._ID, in initializeMaxItemId()500 return getMaxId(getWritableDatabase(), in getNewScreenId()518 private static int getMaxId(SQLiteDatabase db, String query, Object... args) { in getMaxId() method in DatabaseHelper