Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/domainselection/
DDomainSelectionControllerTest.java170 bindAndConnectService(); in testBindFailureWhenBound()
185 ServiceConnection conn = bindAndConnectService(); in testBindServiceAndConnectedDisconnectedUnbind()
203 ServiceConnection conn = bindAndConnectService(); in testBindServiceBindUnbind()
216 ServiceConnection conn = bindAndConnectService(); in testBindServiceAndBinderDied()
244 ServiceConnection conn = bindAndConnectService(); in testAutoBindAfterBinderDied()
261 ServiceConnection conn = bindAndConnectService(); in testAutoBindAfterBinderDiedIgnoreNullBinding()
279 ServiceConnection conn = bindAndConnectService(); in testNoAutoBindBeforeTimeout()
293 ServiceConnection conn = bindAndConnectService(); in testUnbindCauseAutoBindCancelAfterBinderDied()
321 private ServiceConnection bindAndConnectService() { in bindAndConnectService() method in DomainSelectionControllerTest
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsServiceControllerTest.java222 bindAndConnectService(testFeatures, slotIdToSubIdMap.clone()); in testBindFailureWhenBound()
245 bindAndConnectService(testFeatures, slotIdToSubIdMap.clone()); in testBindServiceAndConnected()
277 bindAndConnectService(testFeatures, slotIdToSubIdMap.clone()); in testCallChangeWithNoNewFeaturesWithSubIdChanged()
340 bindAndConnectService(testFeatures, slotIdToSubIdMap.clone()); in testCallChangeWithNoNewFeaturesWithAllSubIdChanged()
410 bindAndConnectService(testFeatures, slotIdToSubIdMap.clone()); in testCallChangeWithNoNewFeaturesWithSlot1SubIdChanged()
465 bindAndConnectService(testFeatures, slotIdToSubIdMap.clone()); in testBindServiceSipDelegateCapability()
497 bindAndConnectService(testFeatures, slotIdToSubIdMap.clone()); in testBindServiceSipDelegateCapabilityLost()
523 bindAndConnectService(testFeatures, slotIdToSubIdMap.clone()); in testBindEmergencyMmTel()
551 bindAndConnectService(testFeatures, slotIdToSubIdMap.clone()); in testBindEmergencyMmTelWithInvalidSubId()
581 bindAndConnectService(testFeatures, slotIdToSubIdMap.clone()); in testBindEmergencyMmTelButNotMmTel()
[all …]
DImsServiceControllerCompatTest.java142 ServiceConnection conn = bindAndConnectService(slotIdToSubIdMap); in testBindServiceAndCrashCleanUp()
178 private ServiceConnection bindAndConnectService(SparseIntArray slotIdToSubIdMap) { in bindAndConnectService() method in ImsServiceControllerCompatTest
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGbaManagerTest.java145 bindAndConnectService(TEST_DEFAULT_SERVICE_NAME); in testBindServiceOnRequest()
183 ServiceConnection conn = bindAndConnectService(TEST_DEFAULT_SERVICE_NAME); in testBindServiceWhenPackageNameChanged()
190 bindAndConnectService(TEST_SERVICE2_NAME); in testBindServiceWhenPackageNameChanged()
202 bindAndConnectService(TEST_DEFAULT_SERVICE_NAME); in testBindServiceWhenReleaseTimeChanged()
237 bindAndConnectService(TEST_DEFAULT_SERVICE_NAME); in testMetricsGbaEvent()
269 private ServiceConnection bindAndConnectService(ComponentName component) { in bindAndConnectService() method in GbaManagerTest