Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DNetworkAgentTest.kt233 private var qosTestSocket: Closeable? = null // either Socket or DatagramSocket variable
265 qosTestSocket?.close() in tearDown()
1383 val (agent, qosTestSocket) = when (proto) { in validateQosCallbackRegisterAndUnregister() constant
1392 val info = QosSocketInfo(agent, qosTestSocket) in validateQosCallbackRegisterAndUnregister()
1406 qosTestSocket.close() in validateQosCallbackRegisterAndUnregister()
1431 val (agent, qosTestSocket) = when (proto) { in validateQosCallbackOnQosSession() constant
1439 val info = QosSocketInfo(agent, qosTestSocket) in validateQosCallbackOnQosSession()
1468 qosTestSocket.close() in validateQosCallbackOnQosSession()
1479 val (agent, qosTestSocket) = setupForQosSocket() in testQosCallbackOnError() constant
1483 val info = QosSocketInfo(agent.network!!, qosTestSocket) in testQosCallbackOnError()
[all …]