Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/
DWifiUsabilityStatsEntry.java93 private final long mTotalBeaconRx; field in WifiUsabilityStatsEntry
139 mTotalBeaconRx = totalBeaconRx; in WifiUsabilityStatsEntry()
175 dest.writeLong(mTotalBeaconRx); in writeToParcel()
303 return mTotalBeaconRx; in getTotalBeaconRx()