Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/
DCallbackHandler.java51 private static final SimpleDateFormat SSDF = new SimpleDateFormat("MM-dd HH:mm:ss.SSS"); field in CallbackHandler
123 .append(SSDF.format(System.currentTimeMillis())).append(",") in setWifiIndicators()
137 .append(SSDF.format(System.currentTimeMillis())).append(",") in setMobileDataIndicators()
160 .append(SSDF.format(System.currentTimeMillis())).append(",") in setConnectivityStatus()
183 .append(SSDF.format(System.currentTimeMillis())).append(",") in setCallIndicator()
204 .append(SSDF.format(System.currentTimeMillis())).append(",") in setSubs()
230 .append(SSDF.format(System.currentTimeMillis())).append(",") in setEthernetIndicators()
247 .append(SSDF.format(System.currentTimeMillis())).append(",") in setIsAirplaneMode()
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(",")
DNetworkControllerImpl.java120 private static final SimpleDateFormat SSDF = new SimpleDateFormat("MM-dd HH:mm:ss.SSS"); field in NetworkControllerImpl
398 .append(SSDF.format(System.currentTimeMillis())).append(",") in NetworkControllerImpl()
433 .append(SSDF.format(System.currentTimeMillis())).append(",") in NetworkControllerImpl()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
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(",")