Searched refs:getMaxId (Results 1 – 1 of 1) sorted by relevance
967 return getMaxId(db, "SELECT MAX(%1$s) FROM %2$s", Favorites._ID, Favorites.TABLE_NAME); in initializeMaxItemId()984 return getMaxId(db, "SELECT MAX(%1$s) FROM %2$s WHERE %3$s = %4$d", in initializeMaxScreenId()1003 @Thunk static int getMaxId(SQLiteDatabase db, String query, Object... args) { in getMaxId() method in LauncherProvider