Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiCountryCode.java81 private String mReadyTimestamp = null; field in WifiCountryCode
265 mReadyTimestamp = FORMATTER.format(new Date(System.currentTimeMillis())); in evaluateAllCmmStateAndApplyIfAllReady()
416 pw.println("mReadyTimestamp: " + mReadyTimestamp); in dump()