Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCountryCode.java100 private long mDriverCountryCodeUpdatedTimestamp = 0; field in WifiCountryCode
604 + (mDriverCountryCodeUpdatedTimestamp != 0 in dump()
605 ? FORMATTER.format(new Date(mDriverCountryCodeUpdatedTimestamp)) : "N/A")); in dump()
747 mDriverCountryCodeUpdatedTimestamp = mClock.getWallClockMillis(); in handleCountryCodeChanged()