Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DInCallServiceStateValidator.java183 public boolean isServiceUnBound() { in isServiceUnBound() method in InCallServiceStateValidator
DDomainSelectionCallingBase.java199 return inCallService.isServiceUnBound(); in waitForUnboundService()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsCallingBase.java375 return (inCallService.isServiceUnBound()) ? true : false; in waitForUnboundService()