Searched refs:SSDF (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/ |
D | CallbackHandler.java | 51 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()
|
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(",")
|
D | NetworkControllerImpl.java | 120 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/ |
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(",")
|