Searched refs:unsafeChannelsCaptor (Results 1 – 1 of 1) sorted by relevance
4329 ArgumentCaptor<List<CoexUnsafeChannel>> unsafeChannelsCaptor = in testCoexCallbackWithWifiP2pUnsafeChannels() local4331 verify(mWifiNative, times(2)).p2pSetOperatingChannel(eq(0), unsafeChannelsCaptor.capture()); in testCoexCallbackWithWifiP2pUnsafeChannels()4333 unsafeChannelsCaptor.getAllValues(); in testCoexCallbackWithWifiP2pUnsafeChannels()4352 ArgumentCaptor<List<CoexUnsafeChannel>> unsafeChannelsCaptor = in testCoexCallbackWithoutWifiP2pInRestrictionBits() local4354 verify(mWifiNative, times(2)).p2pSetOperatingChannel(eq(0), unsafeChannelsCaptor.capture()); in testCoexCallbackWithoutWifiP2pInRestrictionBits()4356 unsafeChannelsCaptor.getAllValues(); in testCoexCallbackWithoutWifiP2pInRestrictionBits()