Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DSoftApManager.java100 static final long SOFT_AP_PENDING_DISCONNECTION_CHECK_DELAY_MS = 1000; field in SoftApManager
704 SOFT_AP_PENDING_DISCONNECTION_CHECK_DELAY_MS); in addClientToPendingDisconnectionList()
1540 SOFT_AP_PENDING_DISCONNECTION_CHECK_DELAY_MS); in processMessage()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSoftApManagerTest.java2413 mLooper.moveTimeForward(mSoftApManager.SOFT_AP_PENDING_DISCONNECTION_CHECK_DELAY_MS); in testForceClientFailureWillTriggerForceDisconnectAgain()
2464 mLooper.moveTimeForward(mSoftApManager.SOFT_AP_PENDING_DISCONNECTION_CHECK_DELAY_MS); in testForceClientFailureButClientDisconnectSelf()