Home
last modified time | relevance | path

Searched defs:formattedText (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/speech/
H A DRecognitionPart.java187 @Nullable String formattedText, in RecognitionPart()
334 String formattedText = (flg & 0x2) == 0 ? null : in.readString(); in RecognitionPart() local
/aosp14/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/
H A DAnimatableClockView.kt152 val formattedText = DateFormat.format(format, time) regex