Searched refs:setP2pGroupIdle (Results 1 – 3 of 3) sorted by relevance
441 public boolean setP2pGroupIdle(String iface, int time) { in setP2pGroupIdle() method in WifiP2pNative
4631 mWifiNative.setP2pGroupIdle(mGroup.getInterface(), in processMessageImpl()4652 mWifiNative.setP2pGroupIdle(mGroup.getInterface(), GROUP_IDLE_TIME_S); in processMessageImpl()5042 mWifiNative.setP2pGroupIdle(mGroup.getInterface(), 0); in processMessageImpl()6960 mWifiNative.setP2pGroupIdle(mGroup.getInterface(), 0); in handleGroupCreationFailure()7017 mWifiNative.setP2pGroupIdle(mGroup.getInterface(), 0); in handleGroupRemoved()
534 assertTrue(mWifiP2pNative.setP2pGroupIdle(TEST_IFACE, TEST_IDLE_TIME)); in testSetP2pGroupIdle()