Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pServiceImplTest.java2786 verify(mWifiNative, never()).p2pExtListen(anyBoolean(), anyInt(), anyInt(), eq(null)); in testStartListenFailureWhenPermissionDenied()
2795 when(mWifiNative.p2pExtListen(eq(true), anyInt(), anyInt(), any())).thenReturn(false); in testStartListenFailureWhenNativeCallFailure()
2801 verify(mWifiNative).p2pExtListen(eq(true), eq(P2P_EXT_LISTEN_PERIOD_MS), in testStartListenFailureWhenNativeCallFailure()
2821 when(mWifiNative.p2pExtListen(eq(true), anyInt(), anyInt(), any())).thenReturn(true); in testStartListenSuccess()
2827 verify(mWifiNative).p2pExtListen(eq(true), eq(P2P_EXT_LISTEN_PERIOD_MS), in testStartListenSuccess()
2850 when(mWifiNative.p2pExtListen(eq(true), anyInt(), anyInt(), any())).thenReturn(true); in testStartListenSuccessWithGroup()
2856 verify(mWifiNative).p2pExtListen(eq(true), eq(P2P_EXT_LISTEN_PERIOD_MS), in testStartListenSuccessWithGroup()
2880 when(mWifiNative.p2pExtListen(eq(true), anyInt(), anyInt(), any())).thenReturn(true); in testStartListenSuccessWithExtListenParams()
2904 verify(mWifiNative).p2pExtListen(eq(true), eq(P2P_EXT_LISTEN_PERIOD_MS), in testStartListenSuccessWithExtListenParams()
2936 when(mWifiNative.p2pExtListen(eq(false), anyInt(), anyInt(), any())).thenReturn(false); in testStopListenFailureWhenNativeCallFailure()
[all …]
DWifiP2pNativeTest.java633 assertTrue(mWifiP2pNative.p2pExtListen(true, 10000, 20000, null)); in testP2pExtListen()
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pNative.java563 public boolean p2pExtListen(boolean enable, int period, int interval, in p2pExtListen() method in WifiP2pNative
DWifiP2pServiceImpl.java3448 if (mWifiNative.p2pExtListen(true, in processMessageImpl()
3465 if (mWifiNative.p2pExtListen(false, 0, 0, null)) { in processMessageImpl()
3925 if (mWifiNative.p2pExtListen(true, in processMessageImpl()
3942 if (mWifiNative.p2pExtListen(false, 0, 0, null)) { in processMessageImpl()
4171 if (mWifiNative.p2pExtListen(false, 0, 0, null)) { in processMessageImpl()
4605 if (mWifiNative.p2pExtListen(false, 0, 0, null)) { in processMessageImpl()
4765 if (mWifiNative.p2pExtListen(true, in processMessageImpl()