Merge "Fix NPE in Call Forwarding Menu" am: ee39e6e007
am: aa84d8298a
Change-Id: I8ff3f7a861aa64812d362b5d507ff88011f9e257
diff --git a/src/com/android/phone/PhoneInterfaceManager.java b/src/com/android/phone/PhoneInterfaceManager.java
index bcbf2c3..b520653 100755
--- a/src/com/android/phone/PhoneInterfaceManager.java
+++ b/src/com/android/phone/PhoneInterfaceManager.java
@@ -2741,15 +2741,6 @@
}
/**
- * @return true if the IMS resolver is busy resolving a binding and should not be considered
- * available, false if the IMS resolver is idle.
- */
- public boolean isResolvingImsBinding() {
- enforceModifyPermission();
- return PhoneFactory.getImsResolver().isResolvingBinding();
- }
-
- /**
* Sets the ImsService Package Name that Telephony will bind to.
*
* @param slotId the slot ID that the ImsService should bind for.