Searched refs:getMaxId (Results 1 – 1 of 1) sorted by relevance
987 return getMaxId(db, TABLE_FAVORITES); in initializeMaxItemId()1004 return getMaxId(db, TABLE_WORKSPACE_SCREENS); in initializeMaxScreenId()1420 @Thunk static long getMaxId(SQLiteDatabase db, String table) { in getMaxId() method in LauncherProvider