Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCountryCode.java103 private String mAllCmmReadyTimestamp = null; field in WifiCountryCode
344 mAllCmmReadyTimestamp = FORMATTER.format(new Date(mClock.getWallClockMillis())); in evaluateAllCmmStateAndApplyIfAllReady()
598 pw.println("mAllCmmReadyTimestamp: " + mAllCmmReadyTimestamp); in dump()