Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pServiceImplTest.java4329 ArgumentCaptor<List<CoexUnsafeChannel>> unsafeChannelsCaptor = in testCoexCallbackWithWifiP2pUnsafeChannels() local
4331 verify(mWifiNative, times(2)).p2pSetOperatingChannel(eq(0), unsafeChannelsCaptor.capture()); in testCoexCallbackWithWifiP2pUnsafeChannels()
4333 unsafeChannelsCaptor.getAllValues(); in testCoexCallbackWithWifiP2pUnsafeChannels()
4352 ArgumentCaptor<List<CoexUnsafeChannel>> unsafeChannelsCaptor = in testCoexCallbackWithoutWifiP2pInRestrictionBits() local
4354 verify(mWifiNative, times(2)).p2pSetOperatingChannel(eq(0), unsafeChannelsCaptor.capture()); in testCoexCallbackWithoutWifiP2pInRestrictionBits()
4356 unsafeChannelsCaptor.getAllValues(); in testCoexCallbackWithoutWifiP2pInRestrictionBits()