Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiCountryCode.java50 private String mReadyTimestamp = null; field in WifiCountryCode
94 mReadyTimestamp = FORMATTER.format(new Date(System.currentTimeMillis())); in setReadyForChange()
202 pw.println("mReadyTimestamp: " + mReadyTimestamp); in dump()