Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbCountryCode.java113 private String mWifiCountryTimestamp = null; field in UwbCountryCode
310 mWifiCountryTimestamp = LocalDateTime.now().format(FORMATTER); in setWifiCountryCode()
502 pw.println("mWifiCountryTimestamp: " + mWifiCountryTimestamp); in dump()