Remove IMS Emergency Calling Availability API
Moving to an async update system, API is not
needed anymore.
Bug: 74389647
Test: Manual, Telephony ImsService testapp
Merged-In: I1c170eb5418ecb274d6c7f65c236831bd483a4c2
Change-Id: I62aaa32ee77fbe7bc343bc7adf89f203998eabd3
diff --git a/src/com/android/phone/PhoneInterfaceManager.java b/src/com/android/phone/PhoneInterfaceManager.java
index 30ecaed..f993452 100755
--- a/src/com/android/phone/PhoneInterfaceManager.java
+++ b/src/com/android/phone/PhoneInterfaceManager.java
@@ -2689,14 +2689,6 @@
}
/**
- * @return true if emergency calling is available on IMS, false if it should fallback to CS.
- */
- public boolean isEmergencyMmTelAvailable(int slotId) {
- enforceModifyPermission();
- return PhoneFactory.getImsResolver().isEmergencyMmTelAvailable(slotId);
- }
-
- /**
* @return true if the IMS resolver is busy resolving a binding and should not be considered
* available, false if the IMS resolver is idle.
*/