Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/TestExternalImsServiceApp/src/android/telephony/cts/externalimsservice/
DTestExternalImsService.java61 public boolean isTelephonyBound() { in isTelephonyBound() method in TestExternalImsService.TestFrameworkConnection
62 return TestExternalImsService.this.isTelephonyBound(); in isTelephonyBound()
/cts/tests/tests/telephony/current/TestExternalImsServiceApp/aidl/android/telephony/cts/externalimsservice/
DITestExternalImsService.aidl32 boolean isTelephonyBound(); in isTelephonyBound() method
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DDomainSelectionServiceConnector.java89 boolean isBound = testService.isTelephonyBound(); in waitForPackageUnbind()
DTestDomainSelectionService.java231 public boolean isTelephonyBound() { in isTelephonyBound() method in TestDomainSelectionService
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsServiceConnector.java174 boolean isBound = carrierService.isTelephonyBound(); in waitForCarrierPackageUnbind()
189 boolean isBound = externalService.isTelephonyBound(); in waitForDevicePackageUnbind()
DTestImsService.java603 public boolean isTelephonyBound() { in isTelephonyBound() method in TestImsService