Home
last modified time | relevance | path

Searched defs:slot (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/net/src/android/net/cts/
DNetworkAgentTest.kt195 val slot: Int, in willExpectDisconnectOnce() constant in CallbackEntry.OnAddKeepalivePacketFilter
198 data class OnRemoveKeepalivePacketFilter(val slot: Int) : CallbackEntry() in willExpectDisconnectOnce() constant in CallbackEntry.OnRemoveKeepalivePacketFilter
200 val slot: Int, in willExpectDisconnectOnce() constant in CallbackEntry.OnStartSocketKeepalive
204 data class OnStopSocketKeepalive(val slot: Int) : CallbackEntry() in willExpectDisconnectOnce() constant in CallbackEntry.OnStopSocketKeepalive
422 val slot = 4 in agent() constant
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsServiceConnector.java462 void enableImsService(int slot) throws Exception { in enableImsService()
467 void disableImsService(int slot) throws Exception { in disableImsService()