Home
last modified time | relevance | path

Searched refs:Subtype (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/inputmethod/data/repository/
DInputMethodRepository.kt48 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/inputmethod/data/model/
DInputMethodModel.kt28 val subtypes: List<Subtype>,
36 data class Subtype( class in com.android.systemui.inputmethod.data.model.InputMethodModel
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/inputmethod/domain/interactor/
DInputMethodInteractorTest.kt113 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()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/inputmethod/data/repository/
DFakeInputMethodRepository.kt30 var selectedInputMethodSubtypes = listOf<InputMethodModel.Subtype>()
49 override suspend fun selectedInputMethodSubtypes(): List<InputMethodModel.Subtype> = in selectedInputMethodSubtypes()
/frameworks/base/media/java/android/media/tv/tuner/filter/
DFilter.java84 public @interface Subtype {} annotation in Filter
324 public void setType(@Type int mainType, @Subtype int subtype) { in setType()
/frameworks/base/media/java/android/media/tv/tuner/
DTunerUtils.java40 public static int getFilterSubtype(@Filter.Type int mainType, @Filter.Subtype int subtype) { in getFilterSubtype()
DTuner.java40 import android.media.tv.tuner.filter.Filter.Subtype;
2265 public Filter openFilter(@Type int mainType, @Subtype int subType, in openFilter()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/ui/viewmodel/
DPasswordBouncerViewModelTest.kt378 InputMethodModel.Subtype(subtypeId = it, isAuxiliary = it < auxiliarySubtypes) in createInputMethodWithSubtypes()
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto2323 // Subtype: Index of selection
2327 // Subtype: Index of selection
2331 // Subtype: Index of selection
2511 // Subtype: # of printers listed
2515 // Subtype: # of enabled print service listed
2532 // Subtype: 1: Copies
2548 // Subtype: 0: Enabled
6638 // Subtype: The people attached to a notification was changed
6641 // Subtype: The snooze options attached to a notification was changed
6644 // Subtype: The group of a notification was changed
[all …]
/frameworks/proto_logging/stats/enums/app/
Dsettings_enums.proto1587 // Subtype on_device_lock = 0, after_inactivity = 1, never = 2