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.java2149 ScanDetail mockScanDetailNon80211mc = mock(ScanDetail.class); in testObserved80211mcAps() local
2156 when(mockScanDetailNon80211mc.getNetworkDetail()).thenReturn(mockNetworkDetailNon80211mc); in testObserved80211mcAps()
2158 when(mockScanDetailNon80211mc.getScanResult()).thenReturn(mockScanResult); in testObserved80211mcAps()
2166 scan.add(mockScanDetailNon80211mc); in testObserved80211mcAps()
2167 scan.add(mockScanDetailNon80211mc); in testObserved80211mcAps()
2172 scan.add(mockScanDetailNon80211mc); in testObserved80211mcAps()
2179 scan.add(mockScanDetailNon80211mc); in testObserved80211mcAps()
2180 scan.add(mockScanDetailNon80211mc); in testObserved80211mcAps()
2181 scan.add(mockScanDetailNon80211mc); in testObserved80211mcAps()
2189 scan.add(mockScanDetailNon80211mc); in testObserved80211mcAps()
[all …]