Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DCellularLinkLayerStats.java42 private boolean mIsSameRegisteredCell = false; field in CellularLinkLayerStats
53 mIsSameRegisteredCell = isSameRegisteredCell; in setIsSameRegisteredCell()
65 return mIsSameRegisteredCell; in getIsSameRegisteredCell()
87 .append(mIsSameRegisteredCell).append('\n'); in toString()
/frameworks/base/wifi/java/android/net/wifi/
DWifiUsabilityStatsEntry.java105 private final boolean mIsSameRegisteredCell; field in WifiUsabilityStatsEntry
147 mIsSameRegisteredCell = isSameRegisteredCell; in WifiUsabilityStatsEntry()
183 dest.writeBoolean(mIsSameRegisteredCell); in writeToParcel()
349 return mIsSameRegisteredCell; in isSameRegisteredCell()