Searched refs:mSoftApTimeoutMessageMap (Results 1 – 2 of 2) sorted by relevance
320 public Map<String, WakeupMessage> mSoftApTimeoutMessageMap = new HashMap<>(); field in SoftApManager1679 if (mSoftApTimeoutMessageMap.containsKey(instance)) { in scheduleTimeoutMessage()1680 mSoftApTimeoutMessageMap.get(instance).schedule( in scheduleTimeoutMessage()1688 if (mSoftApTimeoutMessageMap.containsKey(instance)) { in cancelTimeoutMessage()1689 mSoftApTimeoutMessageMap.get(instance).cancel(); in cancelTimeoutMessage()1846 mSoftApTimeoutMessageMap.remove(changedInstance); in updateSoftApInfo()1879 if (!mSoftApTimeoutMessageMap.containsKey(mApInterfaceName)) { in updateSoftApInfo()1881 mSoftApTimeoutMessageMap.put(mApInterfaceName, new WakeupMessage( in updateSoftApInfo()1889 && !mSoftApTimeoutMessageMap.containsKey(changedInstance)) { in updateSoftApInfo()1890 mSoftApTimeoutMessageMap.put(changedInstance, in updateSoftApInfo()[all …]
1750 mSoftApManager.mSoftApTimeoutMessageMap.get(TEST_INTERFACE_NAME); in testCallbackForClientUpdateToZeroWhenLeaveSoftapStarted()2011 eq(mSoftApManager.mSoftApTimeoutMessageMap.get(TEST_INTERFACE_NAME))); in testConfigChangeToSmallAndClientAddBlockListCauseClientDisconnect()2100 mSoftApManager.mSoftApTimeoutMessageMap.get(TEST_INTERFACE_NAME); in cancelsTimeoutTimerOnStop()2123 eq(mSoftApManager.mSoftApTimeoutMessageMap.get(TEST_INTERFACE_NAME))); in cancelsTimeoutTimerOnNewClientsConnect()2141 eq(mSoftApManager.mSoftApTimeoutMessageMap.get(TEST_INTERFACE_NAME))); in schedulesTimeoutTimerWhenAllClientsDisconnect()2189 eq(mSoftApManager.mSoftApTimeoutMessageMap.get(TEST_INTERFACE_NAME))); in cancelsTimeoutTimerOnTimeoutToggleChangeWhenNoClients()2448 eq(mSoftApManager.mSoftApTimeoutMessageMap.get(TEST_INTERFACE_NAME))); in testForceClientDisconnectInvokeBecauseReachMaxClient()2486 eq(mSoftApManager.mSoftApTimeoutMessageMap.get(TEST_INTERFACE_NAME))); in testCapabilityChangeToSmallCauseClientDisconnect()2770 eq(mSoftApManager.mSoftApTimeoutMessageMap.get(TEST_INTERFACE_NAME))); in testForceClientDisconnectNotInvokeWhenNotSupport()2937 eq(mSoftApManager.mSoftApTimeoutMessageMap.get(TEST_INTERFACE_NAME))); in testConfigurationChangedApplySinceDoesNotNeedToRestart()[all …]