Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/enterprise/
DBugReportsPreferenceControllerTest.java61 String formattedDate = DateUtils.formatDateTime(mRealContext, now, in testUpdateState_withBugreport() local
63 verifyPreferenceSummarySet(mPreference, formattedDate); in testUpdateState_withBugreport()
DNetworkLogsPreferenceControllerTest.java61 String formattedDate = DateUtils.formatDateTime(mRealContext, now, in testUpdateState_withLogs() local
63 verifyPreferenceSummarySet(mPreference, formattedDate); in testUpdateState_withLogs()
DSecurityLogsPreferenceControllerTest.java61 String formattedDate = DateUtils.formatDateTime(mRealContext, now, in testUpdateState_withLogs() local
63 verifyPreferenceSummarySet(mPreference, formattedDate); in testUpdateState_withLogs()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/permissions/request/
DAdditionalPermissionsFragment.kt202 val formattedDate = dateFormatter.formatLongDate(dataAccessDate) in <lambda>() constant
206 formattedDate) in <lambda>()
218 val formattedDate = dateFormatter.formatLongDate(dataAccessDate) in <lambda>() constant
222 formattedDate) in <lambda>()
/packages/apps/Contacts/src/com/android/contacts/editor/
DEventFieldEditorView.java185 final String formattedDate = kind.dateFormatWithYear == null in onLabelRebuilt() local
187 if (formattedDate == null) return; in onLabelRebuilt()
189 onFieldChanged(column, formattedDate); in onLabelRebuilt()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/permissions/additionalaccess/
DAdditionalAccessFragment.kt168 val formattedDate = dateFormatter.formatLongDate(dataAccessDate) in <lambda>() constant
169 getString(permStrings.permissionDescription, formattedDate) in <lambda>()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/permissions/app/
DSettingsManageAppPermissionsFragment.kt335 val formattedDate = dateFormatter.formatLongDate(dataAccessDate) in <lambda>() constant
337 getString(R.string.manage_permissions_time_frame, appName, formattedDate) + in <lambda>()
DConnectedAppFragment.kt378 val formattedDate = dateFormatter.formatLongDate(dataAccessDate) in <lambda>() constant
380 getString(R.string.manage_permissions_time_frame, appName, formattedDate) in <lambda>()