Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCountryCode.java101 private String mTelephonyCountryTimestamp = null; field in WifiCountryCode
382 mTelephonyCountryTimestamp = FORMATTER.format(new Date(mClock.getWallClockMillis())); in setTelephonyCountryCode()
596 pw.println("mTelephonyCountryTimestamp: " + mTelephonyCountryTimestamp); in dump()