Searched refs:SSDF (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/ |
H A D | CallbackHandler.java | 52 private static final SimpleDateFormat SSDF = new SimpleDateFormat("MM-dd HH:mm:ss.SSS"); field in CallbackHandler 124 .append(SSDF.format(System.currentTimeMillis())).append(",") in setWifiIndicators() 138 .append(SSDF.format(System.currentTimeMillis())).append(",") in setMobileDataIndicators() 161 .append(SSDF.format(System.currentTimeMillis())).append(",") in setConnectivityStatus() 184 .append(SSDF.format(System.currentTimeMillis())).append(",") in setCallIndicator() 205 .append(SSDF.format(System.currentTimeMillis())).append(",") in setSubs() 231 .append(SSDF.format(System.currentTimeMillis())).append(",") in setEthernetIndicators() 248 .append(SSDF.format(System.currentTimeMillis())).append(",") in setIsAirplaneMode()
|
H A D | MobileSignalController.java | 60 private static final SimpleDateFormat SSDF = new SimpleDateFormat("MM-dd HH:mm:ss.SSS"); field in MobileSignalController 101 .append(SSDF.format(System.currentTimeMillis())).append(",")
|
H A D | NetworkControllerImpl.java | 118 private static final SimpleDateFormat SSDF = new SimpleDateFormat("MM-dd HH:mm:ss.SSS"); field in NetworkControllerImpl 396 .append(SSDF.format(System.currentTimeMillis())).append(",") in NetworkControllerImpl() 431 .append(SSDF.format(System.currentTimeMillis())).append(",") in NetworkControllerImpl()
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/ |
H A D | WifiStatusTracker.java | 57 private static final SimpleDateFormat SSDF = new SimpleDateFormat("MM-dd HH:mm:ss.SSS"); field in WifiStatusTracker 90 .append(SSDF.format(System.currentTimeMillis())).append(",") 118 .append(SSDF.format(System.currentTimeMillis())).append(",")
|