Searched defs:indexIntent (Results 1 – 2 of 2) sorted by relevance
519 final int indexIntent = c.getColumnIndexOrThrow(LauncherSettings.Favorites.INTENT); in loadHotseatEntries() local592 final int indexIntent = c.getColumnIndexOrThrow(LauncherSettings.Favorites.INTENT); in loadAllWorkspaceEntries() local
80 val indexIntent: Int = cursor.getColumnIndexOrThrow(Favorites.INTENT) in readDb() constant