Home
last modified time | relevance | path

Searched refs:TIMESTAMP_FORMAT (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DCallLogPullRequest.java46 private static final String TIMESTAMP_FORMAT = "yyyyMMdd'T'HHmmss"; field in CallLogPullRequest
107 SimpleDateFormat parser = new SimpleDateFormat(TIMESTAMP_FORMAT); in onPullComplete()
/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DBugStorageUtils.java67 private static final DateFormat TIMESTAMP_FORMAT = new SimpleDateFormat("yyyy-MM-dd_HH-mm-ss"); field in BugStorageUtils
374 return TIMESTAMP_FORMAT.format(new Date()); in currentTimestamp()