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.java186 static final long SOFT_AP_PENDING_DISCONNECTION_CHECK_DELAY_MS = 1000; field in SoftApManager
950 SOFT_AP_PENDING_DISCONNECTION_CHECK_DELAY_MS); in addClientToPendingDisconnectionList()
2173 SOFT_AP_PENDING_DISCONNECTION_CHECK_DELAY_MS); in processMessageImpl()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSoftApManagerTest.java3070 mLooper.moveTimeForward(mSoftApManager.SOFT_AP_PENDING_DISCONNECTION_CHECK_DELAY_MS); in testForceClientFailureWillTriggerForceDisconnectAgain()
3118 mLooper.moveTimeForward(mSoftApManager.SOFT_AP_PENDING_DISCONNECTION_CHECK_DELAY_MS); in testForceClientFailureButClientDisconnectSelf()