D | ShortcutHelperTemporaryData.kt | 34 @StringRes val labelResId: Int, constant in com.android.systemui.keyboard.shortcut.ui.composable.ShortcutHelperCategory 56 labelResId: Int, in shortcutHelperCategory() 59 ): ShortcutHelperCategory = ShortcutHelperCategoryBuilder(labelResId, icon).apply(block).build() in shortcutHelperCategory() 85 private val labelResId: Int, constant in com.android.systemui.keyboard.shortcut.ui.composable.ShortcutHelperCategoryBuilder 90 fun build() = ShortcutHelperCategory(labelResId, icon, subCategories) in build()
|