Home
last modified time | relevance | path

Searched defs:Text (Results 1 – 3 of 3) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/common/text/ui/viewmodel/
DText.kt23 sealed class Text { class
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
DExpectedKeyOutput.java117 private static class Text extends ExpectedKeyOutput { class in ExpectedKeyOutput
120 Text(final String text) { mText = text; } in Text() method in ExpectedKeyOutput.Text
/packages/modules/Bluetooth/system/blueberry/utils/
Dandroid_bluetooth_decorator.py250 uuid: Optional[Text] = None) -> bool: