Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiCountryCode.java80 private String mDriverCountryTimestamp = null; field in WifiCountryCode
415 pw.println("mDriverCountryTimestamp: " + mDriverCountryTimestamp); in dump()
493 mDriverCountryTimestamp = FORMATTER.format(new Date(System.currentTimeMillis())); in updateDriverCountryCodeAndNotifyListener()