commit | c20a67c5c5848b5b85ace6d5298c97ca24d979b0 | [log] [tgz] |
---|---|---|
author | calvinpan <calvinpan@google.com> | Mon Jan 25 14:59:54 2021 +0800 |
committer | Calvin Pan <calvinpan@google.com> | Fri Jan 29 01:41:33 2021 +0000 |
tree | f1870f9bc1eb2646173c86ab7292874b7678b92f | |
parent | ac165ae86d257dc4f3b8425fd3724f18973839e4 [diff] |
Add TelephonyShellCommand to get EAB contact Bug: 174166728 Test: atest Change-Id: I102f67d7747c1bdd905a23d5deca6fbbd91ad890
diff --git a/telephony/java/com/android/internal/telephony/ITelephony.aidl b/telephony/java/com/android/internal/telephony/ITelephony.aidl index c5ff47b..8514625 100644 --- a/telephony/java/com/android/internal/telephony/ITelephony.aidl +++ b/telephony/java/com/android/internal/telephony/ITelephony.aidl
@@ -2388,6 +2388,11 @@ 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. */