HomeSort by relevance Sort by last modified time
    Searched refs:isServiceControllerAvailable (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
ImsServiceController.java 144 if (isServiceControllerAvailable()) {
496 if (isServiceControllerAvailable()) {
508 if (isServiceControllerAvailable()) {
551 return isServiceControllerAvailable()
561 return isServiceControllerAvailable() ? mIImsServiceController.getConfig(slotId) : null;
570 if (isServiceControllerAvailable()) {
603 protected boolean isServiceControllerAvailable() {
680 if (!isServiceControllerAvailable() || mCallbacks == null) {
705 if (!isServiceControllerAvailable() || mCallbacks == null) {
ImsServiceControllerCompat.java 167 protected boolean isServiceControllerAvailable() {

Completed in 91 milliseconds