Searched refs:Subtype (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/inputmethod/data/repository/ |
D | InputMethodRepository.kt | 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()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/inputmethod/data/model/ |
D | InputMethodModel.kt | 28 val subtypes: List<Subtype>, 36 data class Subtype( dataClass
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/inputmethod/domain/interactor/ |
D | InputMethodInteractorTest.kt | 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()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/inputmethod/data/repository/ |
D | FakeInputMethodRepository.kt | 30 var selectedInputMethodSubtypes = listOf<InputMethodModel.Subtype>() 49 override suspend fun selectedInputMethodSubtypes(): List<InputMethodModel.Subtype> = in selectedInputMethodSubtypes()
|
/frameworks/base/media/java/android/media/tv/tuner/filter/ |
D | Filter.java | 84 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/ |
D | TunerUtils.java | 40 public static int getFilterSubtype(@Filter.Type int mainType, @Filter.Subtype int subtype) { in getFilterSubtype()
|
D | Tuner.java | 40 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/ |
D | PasswordBouncerViewModelTest.kt | 378 InputMethodModel.Subtype(subtypeId = it, isAuxiliary = it < auxiliarySubtypes) in createInputMethodWithSubtypes()
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 2323 // 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/ |
D | settings_enums.proto | 1587 // Subtype on_device_lock = 0, after_inactivity = 1, never = 2
|