Home
last modified time | relevance | path

Searched refs:FORMATTER (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiCountryCode.java50 private static final SimpleDateFormat FORMATTER = new SimpleDateFormat("MM-dd HH:mm:ss.SSS"); field in WifiCountryCode
110 mReadyTimestamp = FORMATTER.format(new Date(System.currentTimeMillis())); in setReadyForChange()
164 mTelephonyCountryTimestamp = FORMATTER.format(new Date(System.currentTimeMillis())); in setCountryCode()
272 mDriverCountryTimestamp = FORMATTER.format(new Date(System.currentTimeMillis())); in setCountryCodeNative()
DSoftApManager.java120 private static final SimpleDateFormat FORMATTER = new SimpleDateFormat("MM-dd HH:mm:ss.SSS"); field in SoftApManager
445 mStartTimestamp = FORMATTER.format(new Date(System.currentTimeMillis())); in startSoftAp()