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.java206 public Map<String, WakeupMessage> mSoftApTimeoutMessageMap = new HashMap<>(); field in SoftApManager
1186 if (mSoftApTimeoutMessageMap.containsKey(instance)) { in scheduleTimeoutMessage()
1187 mSoftApTimeoutMessageMap.get(instance).schedule( in scheduleTimeoutMessage()
1195 if (mSoftApTimeoutMessageMap.containsKey(instance)) { in cancelTimeoutMessage()
1196 mSoftApTimeoutMessageMap.get(instance).cancel(); in cancelTimeoutMessage()
1342 mSoftApTimeoutMessageMap.remove(changedInstance); in updateSoftApInfo()
1373 if (!mSoftApTimeoutMessageMap.containsKey(mApInterfaceName)) { in updateSoftApInfo()
1375 mSoftApTimeoutMessageMap.put(mApInterfaceName, new WakeupMessage( in updateSoftApInfo()
1383 && !mSoftApTimeoutMessageMap.containsKey(changedInstance)) { in updateSoftApInfo()
1384 mSoftApTimeoutMessageMap.put(changedInstance, in updateSoftApInfo()
[all …]
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSoftApManagerTest.java1302 mSoftApManager.mSoftApTimeoutMessageMap.get(TEST_INTERFACE_NAME); in testCallbackForClientUpdateToZeroWhenLeaveSoftapStarted()
1557 eq(mSoftApManager.mSoftApTimeoutMessageMap.get(TEST_INTERFACE_NAME))); in testConfigChangeToSmallAndClientAddBlockListCauseClientDisconnect()
1645 mSoftApManager.mSoftApTimeoutMessageMap.get(TEST_INTERFACE_NAME); in cancelsTimeoutTimerOnStop()
1668 eq(mSoftApManager.mSoftApTimeoutMessageMap.get(TEST_INTERFACE_NAME))); in cancelsTimeoutTimerOnNewClientsConnect()
1686 eq(mSoftApManager.mSoftApTimeoutMessageMap.get(TEST_INTERFACE_NAME))); in schedulesTimeoutTimerWhenAllClientsDisconnect()
1731 eq(mSoftApManager.mSoftApTimeoutMessageMap.get(TEST_INTERFACE_NAME))); in cancelsTimeoutTimerOnTimeoutToggleChangeWhenNoClients()
1972 eq(mSoftApManager.mSoftApTimeoutMessageMap.get(TEST_INTERFACE_NAME))); in testForceClientDisconnectInvokeBecauseReachMaxClient()
2010 eq(mSoftApManager.mSoftApTimeoutMessageMap.get(TEST_INTERFACE_NAME))); in testCapabilityChangeToSmallCauseClientDisconnect()
2181 eq(mSoftApManager.mSoftApTimeoutMessageMap.get(TEST_INTERFACE_NAME))); in testForceClientDisconnectNotInvokeWhenNotSupport()
2317 eq(mSoftApManager.mSoftApTimeoutMessageMap.get(TEST_INTERFACE_NAME))); in testConfigurationChangedApplySinceDoesNotNeedToRestart()
[all …]