diff --git a/telephony/java/com/android/internal/telephony/ITelephony.aidl b/telephony/java/com/android/internal/telephony/ITelephony.aidl index ee6c36ca6b760..22aa18fe34b08 100644 --- a/telephony/java/com/android/internal/telephony/ITelephony.aidl +++ b/telephony/java/com/android/internal/telephony/ITelephony.aidl @@ -2355,6 +2355,11 @@ interface ITelephony { */ int removeContactFromEab(int subId, String contacts); + /** + * Get the EAB contact from the EAB database. + */ + String getContactFromEab(String contact); + /** * Set a SignalStrengthUpdateRequest to receive notification when Signal Strength breach the * specified thresholds.