diff options
author | calvinpan <calvinpan@google.com> | 2021-01-25 14:59:54 +0800 |
---|---|---|
committer | Calvin Pan <calvinpan@google.com> | 2021-01-29 01:41:33 +0000 |
commit | c20a67c5c5848b5b85ace6d5298c97ca24d979b0 (patch) | |
tree | f1870f9bc1eb2646173c86ab7292874b7678b92f /telephony/java/com | |
parent | ac165ae86d257dc4f3b8425fd3724f18973839e4 (diff) |
Add TelephonyShellCommand to get EAB contact
Bug: 174166728
Test: atest
Change-Id: I102f67d7747c1bdd905a23d5deca6fbbd91ad890
Diffstat (limited to 'telephony/java/com')
-rw-r--r-- | telephony/java/com/android/internal/telephony/ITelephony.aidl | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ -2388,6 +2388,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. */ |