diff --git a/telephony/java/com/android/internal/telephony/ITelephony.aidl b/telephony/java/com/android/internal/telephony/ITelephony.aidl index c5ff47b1e1d30..8514625fa5b9c 100644 --- a/telephony/java/com/android/internal/telephony/ITelephony.aidl +++ b/telephony/java/com/android/internal/telephony/ITelephony.aidl @@ -2387,6 +2387,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.