From c20a67c5c5848b5b85ace6d5298c97ca24d979b0 Mon Sep 17 00:00:00 2001 From: calvinpan Date: Mon, 25 Jan 2021 14:59:54 +0800 Subject: Add TelephonyShellCommand to get EAB contact Bug: 174166728 Test: atest Change-Id: I102f67d7747c1bdd905a23d5deca6fbbd91ad890 --- telephony/java/com/android/internal/telephony/ITelephony.aidl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'telephony/java/com') diff --git a/telephony/java/com/android/internal/telephony/ITelephony.aidl b/telephony/java/com/android/internal/telephony/ITelephony.aidl index c5ff47b1e1d3..8514625fa5b9 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. -- cgit v1.2.3