Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiCountryCode.java48 private String mTelephonyCountryTimestamp = null; field in WifiCountryCode
145 mTelephonyCountryTimestamp = FORMATTER.format(new Date(System.currentTimeMillis())); in setCountryCode()
200 pw.println("mTelephonyCountryTimestamp: " + mTelephonyCountryTimestamp); in dump()