Searched refs:getMaxId (Results 1 – 1 of 1) sorted by relevance
1128 return getMaxId(db, Favorites.TABLE_NAME); in initializeMaxItemId()1145 return getMaxId(db, WorkspaceScreens.TABLE_NAME); in initializeMaxScreenId()1179 @Thunk static long getMaxId(SQLiteDatabase db, String table) { in getMaxId() method in LauncherProvider