Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCountryCode.java102 private long mFrameworkCountryCodeUpdatedTimestamp = 0; field in WifiCountryCode
449 mFrameworkCountryCodeUpdatedTimestamp = mClock.getWallClockMillis(); in updateCountryCodeFromScanResults()
608 + (mFrameworkCountryCodeUpdatedTimestamp != 0 in dump()
609 ? FORMATTER.format(new Date(mFrameworkCountryCodeUpdatedTimestamp)) : "N/A")); in dump()