Searched refs:p2pListNetworks (Results 1 – 4 of 4) sorted by relevance
293 public boolean p2pListNetworks(WifiP2pGroupList groups) { in p2pListNetworks() method in WifiP2pNative
3232 if (mWifiNative.p2pListNetworks(mGroups) || reload) { in updatePersistentNetworks()4114 if (mWifiNative.p2pListNetworks(mGroups)) { in factoryReset()
168 assertTrue(mWifiP2pNative.p2pListNetworks(groupList)); in testP2pListNetworks()
737 }).when(mWifiNative).p2pListNetworks(any(WifiP2pGroupList.class)); in setUpWifiP2pServiceImpl()3108 when(mWifiNative.p2pListNetworks(any())).thenReturn(true); in testFactoryResetSuccessWhenP2pEnabled()3116 verify(mWifiNative, atLeastOnce()).p2pListNetworks(any()); in testFactoryResetSuccessWhenP2pEnabled()3135 when(mWifiNative.p2pListNetworks(any())).thenReturn(true); in testFactoryResetSuccessWhenP2pFromDisabledToEnabled()3142 verify(mWifiNative, never()).p2pListNetworks(any()); in testFactoryResetSuccessWhenP2pFromDisabledToEnabled()3158 verify(mWifiNative, atLeastOnce()).p2pListNetworks(any()); in testFactoryResetSuccessWhenP2pFromDisabledToEnabled()