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