Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsServiceController.java639 return isServiceControllerAvailable() in getRegistration()
649 return isServiceControllerAvailable() in getConfig()
659 return isServiceControllerAvailable() in getSipTransport()
666 return isServiceControllerAvailable() in getStaticServiceCapabilities()
676 if (isServiceControllerAvailable()) { in notifyImsServiceReady()
712 protected boolean isServiceControllerAvailable() { in isServiceControllerAvailable() method in ImsServiceController
795 if (!isServiceControllerAvailable() || mCallbacks == null) { in addImsServiceFeature()
816 if (!isServiceControllerAvailable() || mCallbacks == null) { in removeImsServiceFeature()
DImsEnablementTracker.java854 if (isServiceControllerAvailable()) { in setServiceController()
888 private boolean isServiceControllerAvailable() { in isServiceControllerAvailable() method in ImsEnablementTracker
899 if (isServiceControllerAvailable()) { in sendEnableIms()
914 if (isServiceControllerAvailable()) { in sendDisableIms()
929 if (isServiceControllerAvailable()) { in sendResetIms()
DImsServiceControllerCompat.java235 protected boolean isServiceControllerAvailable() { in isServiceControllerAvailable() method in ImsServiceControllerCompat