Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiCountryCode.java56 private String mDriverCountryTimestamp = null; field in WifiCountryCode
235 pw.println("mDriverCountryTimestamp: " + mDriverCountryTimestamp); in dump()
272 mDriverCountryTimestamp = FORMATTER.format(new Date(System.currentTimeMillis())); in setCountryCodeNative()