Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsDateTimeHelperImpl.java44 private static final TextStyle TEXT_STYLE = TextStyle.SHORT; field in SettingsDateTimeHelperImpl
124 String month_string = month.getDisplayName(TEXT_STYLE, LOCALE); in setDate()