Searched refs:formattedDate (Results 1 – 5 of 5) sorted by relevance
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/enterprise/ |
H A D | BugReportsPreferenceControllerTest.java | 60 String formattedDate = DateUtils.formatDateTime(mRealContext, now, in testUpdateState_withBugreport() local 62 verifyPreferenceSummarySet(mPreference, formattedDate); in testUpdateState_withBugreport()
|
H A D | NetworkLogsPreferenceControllerTest.java | 60 String formattedDate = DateUtils.formatDateTime(mRealContext, now, in testUpdateState_withLogs() local 62 verifyPreferenceSummarySet(mPreference, formattedDate); in testUpdateState_withLogs()
|
H A D | SecurityLogsPreferenceControllerTest.java | 60 String formattedDate = DateUtils.formatDateTime(mRealContext, now, in testUpdateState_withLogs() local 62 verifyPreferenceSummarySet(mPreference, formattedDate); in testUpdateState_withLogs()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/editor/ |
H A 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()
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ActivityManagerService.java | 3296 final String formattedDate = sAnrFileDateFormat.format(new Date()); in createAnrDumpFile() local 3297 final File anrFile = new File(tracesDir, ANR_FILE_PREFIX + formattedDate); in createAnrDumpFile()
|