Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/
H A DDateFormatPerfTest.java63 DateFormat.getDateTimeInstance(DateFormat.SHORT, DateFormat.SHORT, mLocale1); in timeGetDateTimeInstance_multiple()
64 DateFormat.getDateTimeInstance(DateFormat.SHORT, DateFormat.SHORT, mLocale2); in timeGetDateTimeInstance_multiple()
65 DateFormat.getDateTimeInstance(DateFormat.SHORT, DateFormat.SHORT, mLocale3); in timeGetDateTimeInstance_multiple()
66 DateFormat.getDateTimeInstance(DateFormat.SHORT, DateFormat.SHORT, mLocale4); in timeGetDateTimeInstance_multiple()
H A DStringPerfTest.java40 SHORT("short"), enumConstant
55 {StringLengths.SHORT}, in getData()
H A DExpensiveObjectsPerfTest.java50 DateFormat df = DateFormat.getTimeInstance(DateFormat.SHORT); in timeNewDateFormatTimeInstance()
57 DateFormat df = DateFormat.getTimeInstance(DateFormat.SHORT); in timeClonedDateFormatTimeInstance()
66 DateFormat df = DateFormat.getTimeInstance(DateFormat.SHORT); in timeReusedDateFormatTimeInstance()
/aosp14/frameworks/base/core/java/android/text/format/
H A DFormatter.java153 locale, MeasureFormat.FormatWidth.SHORT, numberFormatter); in formatMeasureShort()
337 locale, MeasureFormat.FormatWidth.SHORT); in formatShortElapsedTime()
379 locale, MeasureFormat.FormatWidth.SHORT); in formatShortElapsedTimeRoundingUpToMinutes()
H A DDateFormat.java324 return java.text.DateFormat.getDateInstance(java.text.DateFormat.SHORT, locale); in getDateFormat()
410 java.text.DateFormat.SHORT, locale); in getDateFormatString()
627 return tz.getDisplayName(dst, TimeZone.SHORT); in getTimeZoneString()
H A DRelativeDateTimeFormatter.java128 style = android.icu.text.RelativeDateTimeFormatter.Style.SHORT; in getRelativeTimeSpanString()
279 style = android.icu.text.RelativeDateTimeFormatter.Style.SHORT; in getRelativeDateTimeString()
H A DDateUtils.java409 width = FormatWidth.SHORT; in formatDuration()
H A DTimeFormatter.java434 .getDisplayName(isDst, TimeZone.SHORT), modifier); in handleToken()
/aosp14/frameworks/base/core/tests/coretests/src/android/text/format/
H A DDateUtilsTest.java139 fixedTime, java.text.DateFormat.SHORT, java.text.DateFormat.FULL)); in testFormatSameDayTime()
152 fixedTime, java.text.DateFormat.FULL, java.text.DateFormat.SHORT)); in testFormatSameDayTime()
/aosp14/frameworks/base/tools/xmlpersistence/src/main/kotlin/
H A DParser.kt229 ResolvedPrimitiveType.SHORT -> TypeName.SHORT
/aosp14/frameworks/base/libs/input/
H A DPointerControllerContext.h57 SHORT = 1, enumerator
H A DPointerControllerContext.cpp68 nsecs_t timeout = mLocked.inactivityTimeout == InactivityTimeout::SHORT in resetInactivityTimeoutLocked()
/aosp14/frameworks/base/tools/processors/view_inspector/test/java/android/processor/view/inspector/
H A DInspectionCompanionGeneratorTest.java73 addProperty("short", "getShort", Property.Type.SHORT); in testSimpleProperties()
/aosp14/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/
H A DInspectableClassModel.java283 SHORT, enumConstant
H A DInspectablePropertyProcessor.java488 case SHORT: in convertTypeMirrorToPropertyType()
489 return Property.Type.SHORT; in convertTypeMirrorToPropertyType()
H A DInspectionCompanionGenerator.java495 case SHORT: in methodSuffixForPropertyType()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/utils/
H A DStringUtil.java109 locale, FormatWidth.SHORT); in formatElapsedTime()
H A DPowerUtil.java181 final MeasureFormat frmt = MeasureFormat.getInstance(currentLocale, FormatWidth.SHORT); in getMoreThanTwoDaysString()
/aosp14/frameworks/base/tools/processors/immutability/src/android/processor/immutability/
H A DImmutabilityProcessor.kt258 TypeKind.SHORT,
/aosp14/frameworks/base/core/java/android/widget/
H A DDateTimeView.java224 format = DateFormat.getDateInstance(DateFormat.SHORT); in update()
H A DRemoteViews.java1535 case BaseReflectionAction.SHORT: in getParameterType()
1917 static final int SHORT = 3; field in RemoteViews.BaseReflectionAction
2097 case SHORT: in ReflectionAction()
2169 case SHORT: in writeToParcel()
5130 addAction(new ReflectionAction(viewId, methodName, BaseReflectionAction.SHORT, value));
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp1079 controller->setInactivityTimeout(mLocked.systemUiLightsOut ? InactivityTimeout::SHORT in updateInactivityTimeoutLocked()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt69032 Landroid/widget/RemoteViews$ReflectionAction;->SHORT:I