Searched refs:AppListItemModel (Results 1 – 10 of 10) sorted by relevance
29 data class AppListItemModel<T : AppRecord>( dataClass36 fun <T : AppRecord> AppListItemModel<T>.AppListItem(onClick: () -> Unit) { in AppListItem()56 AppListItemModel<AppRecord>(record, "Chrome", { "Allowed" }).AppListItem {} in AppListItemPreview()
26 fun <T : AppRecord> AppListItemModel<T>.AppListButtonItem ( in AppListButtonItem()
26 fun <T : AppRecord> AppListItemModel<T>.AppListSwitchItem( in AppListSwitchItem()
26 fun <T : AppRecord> AppListItemModel<T>.AppListTwoTargetSwitchItem( in AppListTwoTargetSwitchItem()
181 override fun AppListItemModel<T>.AppItem() { in AppItem()
154 AppListItemModel(appEntry.record, appEntry.label, summary) in list()
24 import com.android.settingslib.spaprivileged.template.app.AppListItemModel94 fun AppListItemModel<T>.AppItem() { in getGroupTitle() method
155 val ITEM_MODEL = AppListItemModel(
180 val ITEM_MODEL = AppListItemModel(
105 AppListItemModel( in <lambda>()