Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHalTest.java516 when(mP2pIfaceHalAidlMock.setOperatingChannel(anyInt(), any(List.class))).thenReturn(true); in testSetOperatingChannel()
517 assertTrue(mDut.setOperatingChannel(CHANNEL, unsafeChannels)); in testSetOperatingChannel()
518 verify(mP2pIfaceHalAidlMock).setOperatingChannel(eq(CHANNEL), eq(unsafeChannels)); in testSetOperatingChannel()
DSupplicantP2pIfaceHalAidlImplTest.java1643 assertFalse(mDut.setOperatingChannel(oc, unsafeChannels)); in testSetOperatingChannel_success()
1645 assertTrue(mDut.setOperatingChannel(oc, unsafeChannels)); in testSetOperatingChannel_success()
1655 assertFalse(mDut.setOperatingChannel(1, null)); in testSetOperatingChannel_invalidArguments()
1667 assertFalse(mDut.setOperatingChannel(1, unsafeChannels)); in testSetOperatingChannel_failure()
1682 assertFalse(mDut.setOperatingChannel(65, unsafeChannels)); in testSetOperatingChannel_exception()
DSupplicantP2pIfaceHalHidlImplTest.java1704 assertFalse(mDut.setOperatingChannel(oc, unsafeChannels)); in testSetOperatingChannel_success()
1706 assertTrue(mDut.setOperatingChannel(oc, unsafeChannels)); in testSetOperatingChannel_success()
1717 assertFalse(mDut.setOperatingChannel(1, null)); in testSetOperatingChannel_invalidArguments()
1729 assertFalse(mDut.setOperatingChannel(1, unsafeChannels)); in testSetOperatingChannel_failure()
1743 assertFalse(mDut.setOperatingChannel(65, unsafeChannels)); in testSetOperatingChannel_exception()
DWifiP2pNativeTest.java654 when(mSupplicantP2pIfaceHalMock.setOperatingChannel(anyInt(), any())) in testP2pSetOperatingChannel()
657 verify(mSupplicantP2pIfaceHalMock).setOperatingChannel(eq(65), any()); in testP2pSetOperatingChannel()
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DISupplicantP2pIfaceHal.java362 boolean setOperatingChannel(int operatingChannel, in setOperatingChannel() method
DSupplicantP2pIfaceHal.java663 public boolean setOperatingChannel(int operatingChannel, in setOperatingChannel() method in SupplicantP2pIfaceHal
670 return mP2pIfaceHal.setOperatingChannel(operatingChannel, unsafeChannels); in setOperatingChannel()
DWifiP2pNative.java596 return mSupplicantP2pIfaceHal.setOperatingChannel(oc, unsafeChannels); in p2pSetOperatingChannel()
DSupplicantP2pIfaceHalAidlImpl.java1447 public boolean setOperatingChannel(int operatingChannel, in setOperatingChannel() method in SupplicantP2pIfaceHalAidlImpl
DSupplicantP2pIfaceHalHidlImpl.java1559 public boolean setOperatingChannel(int operatingChannel, in setOperatingChannel() method in SupplicantP2pIfaceHalHidlImpl