Remove IMS Emergency Calling Availability API
Moving to an async update system, API is not
needed anymore.
Bug: 74389647
Test: Manual, Telephony ImsService testapp
Change-Id: I62aaa32ee77fbe7bc343bc7adf89f203998eabd3
diff --git a/src/com/android/phone/PhoneInterfaceManager.java b/src/com/android/phone/PhoneInterfaceManager.java
index aac2293..c9a7cf9 100755
--- a/src/com/android/phone/PhoneInterfaceManager.java
+++ b/src/com/android/phone/PhoneInterfaceManager.java
@@ -2688,14 +2688,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.
*/