Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiUsabilityStatsEntry.java123 private final long mTotalRadioRxTimeMillis; field in WifiUsabilityStatsEntry
495 private long mTotalRadioRxTimeMillis; field in WifiUsabilityStatsEntry.RadioStats
536 this.mTotalRadioRxTimeMillis = rxTime; in RadioStats()
555 dest.writeLong(mTotalRadioRxTimeMillis); in writeToParcel()
572 stats.mTotalRadioRxTimeMillis = in.readLong();
611 return mTotalRadioRxTimeMillis; in getTotalRadioRxTimeMillis()
839 mTotalRadioRxTimeMillis = totalRadioRxTimeMillis; in WifiUsabilityStatsEntry()
884 dest.writeLong(mTotalRadioRxTimeMillis); in writeToParcel()
1133 return mTotalRadioRxTimeMillis; in getTotalRadioRxTimeMillis()