Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSimultaneousCallingRestrictionsTest.java371 LinkedBlockingQueue<ImsRegistrationAttributes>> result_1 = null; in testCellularDSDASupported_ImsRegisteredWWAN() local
378 result_1 = attachDeviceImsServiceAndSetUnregistered(); in testCellularDSDASupported_ImsRegisteredWWAN()
385 result_0.second, result_1.second); in testCellularDSDASupported_ImsRegisteredWWAN()
394 if (result_1 != null) { in testCellularDSDASupported_ImsRegisteredWWAN()
395 unregisterImsCallback(result_1.first, sTestSubSlot1); in testCellularDSDASupported_ImsRegisteredWWAN()
414 LinkedBlockingQueue<ImsRegistrationAttributes>> result_1 = null; in testCellularDSDANotSupported_ImsRegisteredWWAN() local
421 result_1 = attachDeviceImsServiceAndSetUnregistered(); in testCellularDSDANotSupported_ImsRegisteredWWAN()
426 result_0.second, result_1.second); in testCellularDSDANotSupported_ImsRegisteredWWAN()
432 if (result_1 != null) { in testCellularDSDANotSupported_ImsRegisteredWWAN()
433 unregisterImsCallback(result_1.first, sTestSubSlot1); in testCellularDSDANotSupported_ImsRegisteredWWAN()
[all …]