Searched refs:mockScanResult (Results 1 – 1 of 1) sorted by relevance
574 ScanResult mockScanResult = mock(ScanResult.class); in buildMockScanDetail() local576 when(mockScanDetail.getScanResult()).thenReturn(mockScanResult); in buildMockScanDetail()579 mockScanResult.capabilities = capabilities; in buildMockScanDetail()594 when(mockScanResult.is6GHz()).thenReturn(true); in buildMockScanDetail()597 when(mockScanResult.is6GhzPsc()).thenReturn(true); in buildMockScanDetail()3173 ScanResult mockScanResult = mock(ScanResult.class); in testObserved80211mcAps() local3174 mockScanResult.capabilities = ""; in testObserved80211mcAps()3177 when(mockScanDetailNon80211mc.getScanResult()).thenReturn(mockScanResult); in testObserved80211mcAps()3178 when(mockScanDetail80211mc.getScanResult()).thenReturn(mockScanResult); in testObserved80211mcAps()