Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pNative.java349 public boolean p2pListNetworks(WifiP2pGroupList groups) { in p2pListNetworks() method in WifiP2pNative
DWifiP2pServiceImpl.java6280 if (mWifiNative.p2pListNetworks(mGroups) || reload) { in updatePersistentNetworks()
7420 if (mWifiNative.p2pListNetworks(mGroups)) { in factoryReset()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pNativeTest.java450 assertTrue(mWifiP2pNative.p2pListNetworks(groupList)); in testP2pListNetworks()
DWifiP2pServiceImplTest.java1496 }).when(mWifiNative).p2pListNetworks(any(WifiP2pGroupList.class)); in setUpWifiP2pServiceImpl()
5357 when(mWifiNative.p2pListNetworks(any())).thenReturn(true); in testFactoryResetSuccessWhenP2pEnabled()
5369 verify(mWifiNative, atLeastOnce()).p2pListNetworks(any()); in testFactoryResetSuccessWhenP2pEnabled()
5390 when(mWifiNative.p2pListNetworks(any())).thenReturn(true); in testFactoryResetSuccessWhenP2pFromDisabledToEnabled()
5398 verify(mWifiNative, never()).p2pListNetworks(any()); in testFactoryResetSuccessWhenP2pFromDisabledToEnabled()
5413 verify(mWifiNative, atLeastOnce()).p2pListNetworks(any()); in testFactoryResetSuccessWhenP2pFromDisabledToEnabled()