/aosp14/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/ |
H A D | SimpleDateFormatPerfTest.java | 46 SimpleDateFormat sdf = new SimpleDateFormat("yyyy.MM.dd z"); in time_createFormatWithTimeZone() local 52 SimpleDateFormat sdf = new SimpleDateFormat("yyyy.MM.dd z"); in time_parseWithTimeZoneShort() local 61 SimpleDateFormat sdf = new SimpleDateFormat("yyyy.MM.dd zzzz"); in time_parseWithTimeZoneLong() local 70 SimpleDateFormat sdf = new SimpleDateFormat("yyyy.MM.dd"); in time_parseWithoutTimeZone() local 81 SimpleDateFormat sdf = new SimpleDateFormat("yyyy.MM.dd z"); in time_createAndParseWithTimeZoneShort() local 90 SimpleDateFormat sdf = new SimpleDateFormat("yyyy.MM.dd zzzz"); in time_createAndParseWithTimeZoneLong() local 97 SimpleDateFormat sdf = new SimpleDateFormat("yyyy.MM.dd z"); in time_formatWithTimeZoneShort() local 106 SimpleDateFormat sdf = new SimpleDateFormat("yyyy.MM.dd zzzz"); in time_formatWithTimeZoneLong() local
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/ |
H A D | AlarmStore.java | 129 void dump(IndentingPrintWriter ipw, long nowElapsed, SimpleDateFormat sdf); in dump()
|
H A D | LazyAlarmStore.java | 230 public void dump(IndentingPrintWriter ipw, long nowElapsed, SimpleDateFormat sdf) { in dump()
|
H A D | Alarm.java | 321 public void dump(IndentingPrintWriter ipw, long nowELAPSED, SimpleDateFormat sdf) { in dump()
|
H A D | AlarmManagerService.java | 658 void dump(IndentingPrintWriter pw, long nowElapsed, SimpleDateFormat sdf) { in dump() 3208 SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS"); in dumpImpl() local 4337 long nowELAPSED, SimpleDateFormat sdf) { in dumpAlarmList()
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | BroadcastHistory.java | 152 @NonNull String queueName, @NonNull SimpleDateFormat sdf, in dumpLocked()
|
H A D | BroadcastDispatcher.java | 127 Dumper(PrintWriter pw, String queueName, String dumpPackage, SimpleDateFormat sdf) { in Dumper() 1213 SimpleDateFormat sdf) { in dumpLocked()
|
H A D | AppExitInfoTracker.java | 850 SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS"); in dumpHistoryProcessExitInfo() local 871 SimpleDateFormat sdf) { in dumpHistoryProcessExitInfoLocked() 1499 void dumpLocked(PrintWriter pw, String prefix, SimpleDateFormat sdf) { in dumpLocked()
|
H A D | BroadcastQueueImpl.java | 1941 SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS"); in dumpLocked() local
|
H A D | BroadcastRecord.java | 283 void dump(PrintWriter pw, String prefix, SimpleDateFormat sdf) { in dump()
|
H A D | BroadcastQueueModernImpl.java | 2208 final SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS"); in dumpLocked() local
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/ |
H A D | SmartCamera.java | 117 SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd_HH:mm:ss"); in captureImages() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/appop/ |
H A D | DiscreteRegistry.java | 442 @NonNull SimpleDateFormat sdf, @NonNull Date date, @NonNull String prefix, in dump() 715 private void dump(@NonNull PrintWriter pw, @NonNull SimpleDateFormat sdf, in dump() 923 private void dump(@NonNull PrintWriter pw, @NonNull SimpleDateFormat sdf, in dump() 1032 private void dump(@NonNull PrintWriter pw, @NonNull SimpleDateFormat sdf, in dump() 1183 private void dump(@NonNull PrintWriter pw, @NonNull SimpleDateFormat sdf, in dump()
|
H A D | AppOpsService.java | 4940 @NonNull SimpleDateFormat sdf, @NonNull Date date, @NonNull String prefix) { in dumpStatesLocked() 4956 @Nullable String attributionTag, long now, @NonNull SimpleDateFormat sdf, in dumpStatesLocked() 5165 final SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS"); in dump() local
|
H A D | HistoricalRegistry.java | 357 @NonNull SimpleDateFormat sdf, @NonNull Date date, @NonNull String prefix, in dumpDiscreteData()
|
/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/ |
H A D | HdmiCecController.java | 890 final SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); in dump() local 1724 abstract void dump(IndentingPrintWriter pw, SimpleDateFormat sdf); in dump() 1740 void dump(final IndentingPrintWriter pw, SimpleDateFormat sdf) { in dump() 1769 void dump(final IndentingPrintWriter pw, SimpleDateFormat sdf) { in dump()
|
H A D | HdmiCecNetwork.java | 978 final SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); in dump() local
|
H A D | HdmiCecLocalDevice.java | 1483 void dump(final IndentingPrintWriter pw, SimpleDateFormat sdf) { in dump()
|
/aosp14/frameworks/base/core/java/android/security/net/config/ |
H A D | XmlConfigSource.java | 129 SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); in parsePinSet() local
|
/aosp14/frameworks/base/core/java/android/text/format/ |
H A D | DateFormat.java | 225 final SimpleDateFormat sdf = (SimpleDateFormat) natural; in is24HourLocale() local
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | ApplicationExitInfo.java | 1238 @NonNull SimpleDateFormat sdf) { in dump()
|
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/ |
H A D | RebootEscrowManager.java | 1038 SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS", Locale.US); in dump() local
|
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/ |
H A D | UserBackupManagerService.java | 2358 SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); in beginFullBackup() local
|