Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSimultaneousCallingRestrictionsTest.java524 LinkedBlockingQueue<ImsRegistrationAttributes> mRegQueue = in attachCarrierImsServiceAndSetUnregistered() local
529 createImsRegistrationCallback(mRegQueue, mDeregQueue); in attachCarrierImsServiceAndSetUnregistered()
531 return new Pair<>(callback, mRegQueue); in attachCarrierImsServiceAndSetUnregistered()
545 LinkedBlockingQueue<ImsRegistrationAttributes> mRegQueue = in attachDeviceImsServiceAndSetUnregistered() local
550 createImsRegistrationCallback(mRegQueue, mDeregQueue); in attachDeviceImsServiceAndSetUnregistered()
552 return new Pair<>(callback, mRegQueue); in attachDeviceImsServiceAndSetUnregistered()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsServiceTest.java1134 LinkedBlockingQueue<ImsRegistrationAttributes> mRegQueue = in testMmTelManagerRegistrationCallbackS() local
1142 mRegQueue.offer(attributes); in testMmTelManagerRegistrationCallbackS()
1147 mRegQueue.offer(attributes); in testMmTelManagerRegistrationCallbackS()
1181 verifyRegistering(IMS_REGI_TECH_LTE, featureTags, mRegQueue, in testMmTelManagerRegistrationCallbackS()
1185 verifyRegistering(IMS_REGI_TECH_NR, featureTags, mRegQueue, in testMmTelManagerRegistrationCallbackS()
1190 mRegQueue, AccessNetworkConstants.TRANSPORT_TYPE_WLAN, in testMmTelManagerRegistrationCallbackS()
1194 verifyRegistered(IMS_REGI_TECH_LTE, featureTags, mRegQueue, in testMmTelManagerRegistrationCallbackS()
1198 verifyRegistered(IMS_REGI_TECH_NR, featureTags, mRegQueue, in testMmTelManagerRegistrationCallbackS()
1203 mRegQueue, AccessNetworkConstants.TRANSPORT_TYPE_WLAN, in testMmTelManagerRegistrationCallbackS()