Home
last modified time | relevance | path

Searched refs:SSDF (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/
H A DCallbackHandler.java52 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 DMobileSignalController.java60 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 DNetworkControllerImpl.java118 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 DWifiStatusTracker.java57 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(",")