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.java217 public Map<String, WakeupMessage> mSoftApTimeoutMessageMap = new HashMap<>(); field in SoftApManager
1395 if (mSoftApTimeoutMessageMap.containsKey(instance)) { in scheduleTimeoutMessage()
1396 mSoftApTimeoutMessageMap.get(instance).schedule( in scheduleTimeoutMessage()
1404 if (mSoftApTimeoutMessageMap.containsKey(instance)) { in cancelTimeoutMessage()
1405 mSoftApTimeoutMessageMap.get(instance).cancel(); in cancelTimeoutMessage()
1551 mSoftApTimeoutMessageMap.remove(changedInstance); in updateSoftApInfo()
1582 if (!mSoftApTimeoutMessageMap.containsKey(mApInterfaceName)) { in updateSoftApInfo()
1584 mSoftApTimeoutMessageMap.put(mApInterfaceName, new WakeupMessage( in updateSoftApInfo()
1592 && !mSoftApTimeoutMessageMap.containsKey(changedInstance)) { in updateSoftApInfo()
1593 mSoftApTimeoutMessageMap.put(changedInstance, in updateSoftApInfo()
[all …]
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSoftApManagerTest.java1529 mSoftApManager.mSoftApTimeoutMessageMap.get(TEST_INTERFACE_NAME); in testCallbackForClientUpdateToZeroWhenLeaveSoftapStarted()
1784 eq(mSoftApManager.mSoftApTimeoutMessageMap.get(TEST_INTERFACE_NAME))); in testConfigChangeToSmallAndClientAddBlockListCauseClientDisconnect()
1872 mSoftApManager.mSoftApTimeoutMessageMap.get(TEST_INTERFACE_NAME); in cancelsTimeoutTimerOnStop()
1895 eq(mSoftApManager.mSoftApTimeoutMessageMap.get(TEST_INTERFACE_NAME))); in cancelsTimeoutTimerOnNewClientsConnect()
1913 eq(mSoftApManager.mSoftApTimeoutMessageMap.get(TEST_INTERFACE_NAME))); in schedulesTimeoutTimerWhenAllClientsDisconnect()
1958 eq(mSoftApManager.mSoftApTimeoutMessageMap.get(TEST_INTERFACE_NAME))); in cancelsTimeoutTimerOnTimeoutToggleChangeWhenNoClients()
2208 eq(mSoftApManager.mSoftApTimeoutMessageMap.get(TEST_INTERFACE_NAME))); in testForceClientDisconnectInvokeBecauseReachMaxClient()
2246 eq(mSoftApManager.mSoftApTimeoutMessageMap.get(TEST_INTERFACE_NAME))); in testCapabilityChangeToSmallCauseClientDisconnect()
2471 eq(mSoftApManager.mSoftApTimeoutMessageMap.get(TEST_INTERFACE_NAME))); in testForceClientDisconnectNotInvokeWhenNotSupport()
2614 eq(mSoftApManager.mSoftApTimeoutMessageMap.get(TEST_INTERFACE_NAME))); in testConfigurationChangedApplySinceDoesNotNeedToRestart()
[all …]