Home
last modified time | relevance | path

Searched defs:formattedDate (Results 1 – 25 of 100) sorted by relevance

1234

/aosp_15_r20/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/permissions/request/
DRequestPermissionHeaderPreference.kt154 val formattedDate = dateFormatter.formatLongDate(screenState.dataAccessDate) in getAdditionalScreenStateSummary() constant
166 val formattedDate = dateFormatter.formatLongDate(screenState.dataAccessDate) in getAdditionalScreenStateSummary() constant
DCombinedAdditionalPermissionsFragment.kt232 val formattedDate = dateFormatter.formatLongDate(dataAccessDate) in <lambda>() constant
/aosp_15_r20/external/aws-sdk-java-v2/utils/src/test/java/software/amazon/awssdk/utils/
H A DDateUtilsTest.java106 String formattedDate = LONG_DATE_FORMAT.format(Date.from(INSTANT)); in parseRfc822Date_DateWithTwoDigitDayOfMonth_ReturnsInstantObject() local
114 … String formattedDate = LONG_DATE_FORMAT.format(Date.from(INSTANT_SINGLE_DIGIT_DAY_OF_MONTH)); in parseRfc822Date_DateWithSingleDigitDayOfMonth_ReturnsInstantObject() local
161 String formattedDate = LONG_DATE_FORMAT.format(Date.from(INSTANT)); in formatRfc1123Date() local
/aosp_15_r20/external/leakcanary2/leakcanary-android-core/src/main/java/leakcanary/internal/activity/screen/
H A DLeaksScreen.kt64 val formattedDate = in <lambda>() constant
H A DHeapDumpScreen.kt131 val formattedDate = in <lambda>() constant
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/time/
H A DFastDateParserSDFTest.java108 …private void checkParse(final String formattedDate, final String format, final Locale locale, fina… in checkParse()
145 …private void checkParsePosition(final String formattedDate, final String format, final Locale loca… in checkParsePosition()
H A DFastDateParserTest.java100 final String formattedDate = simpleDateFormat.format(cal.getTime()); in checkParse() local
107 final String formattedDate, final String originalFormattedDate) { in checkParse()
H A DJava15BugFastDateParserTest.java152 final String formattedDate = sdf.format(cal.getTime()); in testSingleLocale() local
H A DFastDateFormatTest.java71 final String formattedDate = printer.format(date); in measureTime() local
/aosp_15_r20/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/permissions/additionalaccess/
DAdditionalAccessFragment.kt211 val formattedDate = dateFormatter.formatLongDate(dataAccessDate) in <lambda>() constant
/aosp_15_r20/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/permissions/app/
DSettingsFitnessAppFragment.kt344 val formattedDate = dateFormatter.formatLongDate(dataAccessDate) in <lambda>() constant
DFitnessAppFragment.kt410 val formattedDate = dateFormatter.formatLongDate(dataAccessDate) in <lambda>() constant
/aosp_15_r20/packages/apps/Car/Settings/tests/multivalent/src/com/android/car/settings/enterprise/
DBugReportsPreferenceControllerTest.java61 String formattedDate = DateUtils.formatDateTime(mRealContext, now, in testUpdateState_withBugreport() local
DSecurityLogsPreferenceControllerTest.java61 String formattedDate = DateUtils.formatDateTime(mRealContext, now, in testUpdateState_withLogs() local
DNetworkLogsPreferenceControllerTest.java61 String formattedDate = DateUtils.formatDateTime(mRealContext, now, in testUpdateState_withLogs() local
/aosp_15_r20/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/enterprise/
DNetworkLogsPreferenceControllerTest.java61 String formattedDate = DateUtils.formatDateTime(mRealContext, now, in testUpdateState_withLogs() local
DBugReportsPreferenceControllerTest.java61 String formattedDate = DateUtils.formatDateTime(mRealContext, now, in testUpdateState_withBugreport() local
DSecurityLogsPreferenceControllerTest.java61 String formattedDate = DateUtils.formatDateTime(mRealContext, now, in testUpdateState_withLogs() local
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/test/java/software/amazon/awssdk/enhanced/dynamodb/converters/
H A DTimeFormatUpdateTestConverter.java63 String formattedDate = formatter.format(myDate); in transformFrom() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/stats/pull/
H A DBatteryHealthUtility.java72 String formattedDate = sdf.format(calendar.getTime()); in secondsToWeekYYYYMMDD() local
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/editor/
DEventFieldEditorView.java185 final String formattedDate = kind.dateFormatWithYear == null in onLabelRebuilt() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/am/
H A DStackTracesDumpHelper.java455 final String formattedDate = ANR_FILE_DATE_FORMAT.format(new Date()); in createAnrDumpFile() local
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/text/
H A DSimpleDateFormatTest.java900 String formattedDate = sdf.format(date); in checkParseNarrowFormat_throws() local
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/format/
H A DDateTimeGeneratorTest.java213 String formattedDate = enFormat.format(sampleDate); in TestSimple() local
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DDateTimeGeneratorTest.java216 String formattedDate = enFormat.format(sampleDate); in TestSimple() local

1234