Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DCellularLinkLayerStatsCollectorTest.java202 trueStats.setIsSameRegisteredCell(false); in testEmptySignalStrengthLte()
215 trueStats.setIsSameRegisteredCell(false); in testRepeatCellInfoTypeTwice()
222 trueStats.setIsSameRegisteredCell(true); in testRepeatCellInfoTypeTwice()
229 trueStats.setIsSameRegisteredCell(false); in testRepeatCellInfoTypeTwice()
236 trueStats.setIsSameRegisteredCell(true); in testRepeatCellInfoTypeTwice()
243 trueStats.setIsSameRegisteredCell(false); in testRepeatCellInfoTypeTwice()
250 trueStats.setIsSameRegisteredCell(true); in testRepeatCellInfoTypeTwice()
263 trueStats.setIsSameRegisteredCell(false); in testLoopOverAllNetworksWithoutRepeat()
270 trueStats.setIsSameRegisteredCell(false); in testLoopOverAllNetworksWithoutRepeat()
277 trueStats.setIsSameRegisteredCell(false); in testLoopOverAllNetworksWithoutRepeat()
[all …]
DCellularLinkLayerStatsTest.java65 mStats.setIsSameRegisteredCell(isSameCell); in testAllSetGetMethods()
DWifiMetricsTest.java2889 cellularStats.setIsSameRegisteredCell(isSameRegisteredCell); in testUpdateWifiUsabilityStatsEntries()
3254 cellularStats.setIsSameRegisteredCell(false); in testClientNotification()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DCellularLinkLayerStats.java52 public void setIsSameRegisteredCell(boolean isSameRegisteredCell) { in setIsSameRegisteredCell() method in CellularLinkLayerStats
DCellularLinkLayerStatsCollector.java103 cellStats.setIsSameRegisteredCell(isSameRegisteredCell); in update()