Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiMetricsTest.java2136 ScanDetail mockScanDetailNon80211mc = mock(ScanDetail.class); in testObserved80211mcAps() local
2143 when(mockScanDetailNon80211mc.getNetworkDetail()).thenReturn(mockNetworkDetailNon80211mc); in testObserved80211mcAps()
2145 when(mockScanDetailNon80211mc.getScanResult()).thenReturn(mockScanResult); in testObserved80211mcAps()
2153 scan.add(mockScanDetailNon80211mc); in testObserved80211mcAps()
2154 scan.add(mockScanDetailNon80211mc); in testObserved80211mcAps()
2159 scan.add(mockScanDetailNon80211mc); in testObserved80211mcAps()
2166 scan.add(mockScanDetailNon80211mc); in testObserved80211mcAps()
2167 scan.add(mockScanDetailNon80211mc); in testObserved80211mcAps()
2168 scan.add(mockScanDetailNon80211mc); in testObserved80211mcAps()
2176 scan.add(mockScanDetailNon80211mc); in testObserved80211mcAps()
[all …]