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.java512 when(mP2pIfaceHalAidlMock.setOperatingChannel(anyInt(), any(List.class))).thenReturn(true); in testSetOperatingChannel()
513 assertTrue(mDut.setOperatingChannel(CHANNEL, unsafeChannels)); in testSetOperatingChannel()
514 verify(mP2pIfaceHalAidlMock).setOperatingChannel(eq(CHANNEL), eq(unsafeChannels)); in testSetOperatingChannel()
DSupplicantP2pIfaceHalAidlImplTest.java1529 assertFalse(mDut.setOperatingChannel(oc, unsafeChannels)); in testSetOperatingChannel_success()
1531 assertTrue(mDut.setOperatingChannel(oc, unsafeChannels)); in testSetOperatingChannel_success()
1541 assertFalse(mDut.setOperatingChannel(1, null)); in testSetOperatingChannel_invalidArguments()
1553 assertFalse(mDut.setOperatingChannel(1, unsafeChannels)); in testSetOperatingChannel_failure()
1568 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.java638 when(mSupplicantP2pIfaceHalMock.setOperatingChannel(anyInt(), any())) in testP2pSetOperatingChannel()
641 verify(mSupplicantP2pIfaceHalMock).setOperatingChannel(eq(65), any()); in testP2pSetOperatingChannel()
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DISupplicantP2pIfaceHal.java342 boolean setOperatingChannel(int operatingChannel, in setOperatingChannel() method
DSupplicantP2pIfaceHal.java651 public boolean setOperatingChannel(int operatingChannel, in setOperatingChannel() method in SupplicantP2pIfaceHal
658 return mP2pIfaceHal.setOperatingChannel(operatingChannel, unsafeChannels); in setOperatingChannel()
DWifiP2pNative.java527 return mSupplicantP2pIfaceHal.setOperatingChannel(oc, unsafeChannels); in p2pSetOperatingChannel()
DSupplicantP2pIfaceHalAidlImpl.java1306 public boolean setOperatingChannel(int operatingChannel, in setOperatingChannel() method in SupplicantP2pIfaceHalAidlImpl
DSupplicantP2pIfaceHalHidlImpl.java1565 public boolean setOperatingChannel(int operatingChannel, in setOperatingChannel() method in SupplicantP2pIfaceHalHidlImpl