Home
last modified time | relevance | path

Searched refs:mSoftApTimeoutMessageMap (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DSoftApManager.java299 public Map<String, WakeupMessage> mSoftApTimeoutMessageMap = new HashMap<>(); field in SoftApManager
1588 if (mSoftApTimeoutMessageMap.containsKey(instance)) { in scheduleTimeoutMessage()
1589 mSoftApTimeoutMessageMap.get(instance).schedule( in scheduleTimeoutMessage()
1597 if (mSoftApTimeoutMessageMap.containsKey(instance)) { in cancelTimeoutMessage()
1598 mSoftApTimeoutMessageMap.get(instance).cancel(); in cancelTimeoutMessage()
1744 mSoftApTimeoutMessageMap.remove(changedInstance); in updateSoftApInfo()
1777 if (!mSoftApTimeoutMessageMap.containsKey(mApInterfaceName)) { in updateSoftApInfo()
1779 mSoftApTimeoutMessageMap.put(mApInterfaceName, new WakeupMessage( in updateSoftApInfo()
1787 && !mSoftApTimeoutMessageMap.containsKey(changedInstance)) { in updateSoftApInfo()
1788 mSoftApTimeoutMessageMap.put(changedInstance, in updateSoftApInfo()
[all …]
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSoftApManagerTest.java1658 mSoftApManager.mSoftApTimeoutMessageMap.get(TEST_INTERFACE_NAME); in testCallbackForClientUpdateToZeroWhenLeaveSoftapStarted()
1919 eq(mSoftApManager.mSoftApTimeoutMessageMap.get(TEST_INTERFACE_NAME))); in testConfigChangeToSmallAndClientAddBlockListCauseClientDisconnect()
2008 mSoftApManager.mSoftApTimeoutMessageMap.get(TEST_INTERFACE_NAME); in cancelsTimeoutTimerOnStop()
2031 eq(mSoftApManager.mSoftApTimeoutMessageMap.get(TEST_INTERFACE_NAME))); in cancelsTimeoutTimerOnNewClientsConnect()
2049 eq(mSoftApManager.mSoftApTimeoutMessageMap.get(TEST_INTERFACE_NAME))); in schedulesTimeoutTimerWhenAllClientsDisconnect()
2097 eq(mSoftApManager.mSoftApTimeoutMessageMap.get(TEST_INTERFACE_NAME))); in cancelsTimeoutTimerOnTimeoutToggleChangeWhenNoClients()
2356 eq(mSoftApManager.mSoftApTimeoutMessageMap.get(TEST_INTERFACE_NAME))); in testForceClientDisconnectInvokeBecauseReachMaxClient()
2394 eq(mSoftApManager.mSoftApTimeoutMessageMap.get(TEST_INTERFACE_NAME))); in testCapabilityChangeToSmallCauseClientDisconnect()
2667 eq(mSoftApManager.mSoftApTimeoutMessageMap.get(TEST_INTERFACE_NAME))); in testForceClientDisconnectNotInvokeWhenNotSupport()
2834 eq(mSoftApManager.mSoftApTimeoutMessageMap.get(TEST_INTERFACE_NAME))); in testConfigurationChangedApplySinceDoesNotNeedToRestart()
[all …]