Searched refs:formattedDate (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/enterprise/ |
D | BugReportsPreferenceControllerTest.java | 61 String formattedDate = DateUtils.formatDateTime(mRealContext, now, in testUpdateState_withBugreport() local 63 verifyPreferenceSummarySet(mPreference, formattedDate); in testUpdateState_withBugreport()
|
D | NetworkLogsPreferenceControllerTest.java | 61 String formattedDate = DateUtils.formatDateTime(mRealContext, now, in testUpdateState_withLogs() local 63 verifyPreferenceSummarySet(mPreference, formattedDate); in testUpdateState_withLogs()
|
D | SecurityLogsPreferenceControllerTest.java | 61 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/ |
D | AdditionalPermissionsFragment.kt | 202 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/ |
D | EventFieldEditorView.java | 185 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/ |
D | AdditionalAccessFragment.kt | 168 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/ |
D | SettingsManageAppPermissionsFragment.kt | 335 val formattedDate = dateFormatter.formatLongDate(dataAccessDate) in <lambda>() constant 337 getString(R.string.manage_permissions_time_frame, appName, formattedDate) + in <lambda>()
|
D | ConnectedAppFragment.kt | 378 val formattedDate = dateFormatter.formatLongDate(dataAccessDate) in <lambda>() constant 380 getString(R.string.manage_permissions_time_frame, appName, formattedDate) in <lambda>()
|