Searched refs:Subtype (Results 1 – 10 of 10) sorted by relevance
48 suspend fun selectedInputMethodSubtypes(): List<InputMethodModel.Subtype> in <lambda>()93 override suspend fun selectedInputMethodSubtypes(): List<InputMethodModel.Subtype> { in selectedInputMethodSubtypes()120 ): List<InputMethodModel.Subtype> { in enabledInputMethodSubtypes()128 InputMethodModel.Subtype( in enabledInputMethodSubtypes()
28 val subtypes: List<Subtype>,36 data class Subtype( class in com.android.systemui.inputmethod.data.model.InputMethodModel
113 listOf(InputMethodModel.Subtype(1, isAuxiliary = false)) in hasMultipleEnabledImesOrSubtypes_selectedHasOneSubtype_returnsFalse()123 InputMethodModel.Subtype(subtypeId = 1, isAuxiliary = false), in hasMultipleEnabledImesOrSubtypes_selectedHasTwoSubtypes_returnsTrue()124 InputMethodModel.Subtype(subtypeId = 2, isAuxiliary = false), in hasMultipleEnabledImesOrSubtypes_selectedHasTwoSubtypes_returnsTrue()149 InputMethodModel.Subtype(subtypeId = it, isAuxiliary = it < auxiliarySubtypes) in createInputMethodWithSubtypes()
30 var selectedInputMethodSubtypes = listOf<InputMethodModel.Subtype>()49 override suspend fun selectedInputMethodSubtypes(): List<InputMethodModel.Subtype> = in selectedInputMethodSubtypes()
84 public @interface Subtype {} annotation in Filter324 public void setType(@Type int mainType, @Subtype int subtype) { in setType()
40 public static int getFilterSubtype(@Filter.Type int mainType, @Filter.Subtype int subtype) { in getFilterSubtype()
40 import android.media.tv.tuner.filter.Filter.Subtype;2265 public Filter openFilter(@Type int mainType, @Subtype int subType, in openFilter()
378 InputMethodModel.Subtype(subtypeId = it, isAuxiliary = it < auxiliarySubtypes) in createInputMethodWithSubtypes()
2323 // Subtype: Index of selection2327 // Subtype: Index of selection2331 // Subtype: Index of selection2511 // Subtype: # of printers listed2515 // Subtype: # of enabled print service listed2532 // Subtype: 1: Copies2548 // Subtype: 0: Enabled6638 // Subtype: The people attached to a notification was changed6641 // Subtype: The snooze options attached to a notification was changed6644 // Subtype: The group of a notification was changed[all …]
1587 // Subtype on_device_lock = 0, after_inactivity = 1, never = 2