Loading telephony/java/com/android/internal/telephony/ITelephony.aidl +5 −0 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
telephony/java/com/android/internal/telephony/ITelephony.aidl +5 −0 Original line number Diff line number Diff line Loading @@ -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. Loading