Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowWifiP2pManagerTest.java81 manager.removeGroup(channel, testListener); in removeGroup_success()
87 manager.removeGroup(channel, null); in removeGroup_nullListener()
97 manager.removeGroup(channel, testListener); in removeGroup_failure()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowWifiP2pManager.java97 protected void removeGroup(Channel c, ActionListener al) { in removeGroup() method in ShadowWifiP2pManager
/external/deqp/executor/
DxeTestCase.cpp405 removeGroup(static_cast<const TestGroup*>(node)); in remove()
418 void TestSet::removeGroup (const TestGroup* testGroup) in removeGroup() function in xe::TestSet
DxeTestCase.hpp168 void removeGroup (const TestGroup* testGroup);
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/fakes/
DRoboMenu.java115 public void removeGroup(int groupId) { in removeGroup() method in RoboMenu
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.4/
Dp2p_iface.h99 Return<void> removeGroup(
Dp2p_iface.cpp621 Return<void> P2pIface::removeGroup( in removeGroup() function in android::hardware::wifi::supplicant::V1_4::implementation::P2pIface
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DUiFacade.java511 menu.removeGroup(MENU_GROUP_ID); in onPrepareOptionsMenu()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DWifiP2pManagerFacade.java595 mP2p.removeGroup(mChannel, new WifiP2pActionListener(mEventFacade, "RemoveGroup")); in wifiP2pRemoveGroup()