Searched refs:FORMATTER (Results 1 – 2 of 2) sorted by relevance
50 private static final SimpleDateFormat FORMATTER = new SimpleDateFormat("MM-dd HH:mm:ss.SSS"); field in WifiCountryCode110 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()
120 private static final SimpleDateFormat FORMATTER = new SimpleDateFormat("MM-dd HH:mm:ss.SSS"); field in SoftApManager445 mStartTimestamp = FORMATTER.format(new Date(System.currentTimeMillis())); in startSoftAp()