Home
last modified time | relevance | path

Searched refs:onExtrasRemoved (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DConference.java70 public void onExtrasRemoved(Conference c, List<String> keys) {} in onExtrasRemoved() method in Conference.Listener
949 l.onExtrasRemoved(this, unmodifiableKeys); in removeExtras()
H A DConnection.java1250 public void onExtrasRemoved(Connection c, List<String> keys) {} in onExtrasRemoved() method in Connection.Listener
3006 l.onExtrasRemoved(this, unmodifiableKeys); in removeExtras()
H A DConnectionService.java1637 public void onExtrasRemoved(Conference c, List<String> keys) {
1849 public void onExtrasRemoved(Connection c, List<String> keys) {
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallDiagnosticServiceController.java118 public void onExtrasRemoved(Call call, int source, List<String> keys) {
H A DCall.java142 void onExtrasRemoved(Call c, int source, List<String> keys); in onExtrasRemoved() method
211 public void onExtrasRemoved(Call c, int source, List<String> keys) {} in onExtrasRemoved() method in Call.ListenerBase
2814 l.onExtrasRemoved(this, source, keys); in removeExtras()
H A DInCallController.java843 public void onExtrasRemoved(Call call, int source, List<String> keys) {
H A DCallsManager.java2793 public void onExtrasRemoved(Call c, int source, List<String> keys) {
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DImsConference.java278 public void onExtrasRemoved(Connection c, List<String> keys) {
H A DTelephonyConnection.java533 public void onExtrasRemoved(Connection c, List<String> keys) {} in onExtrasRemoved() method in TelephonyConnection.TelephonyConnectionListener
3657 listener.onExtrasRemoved(this, keys); in notifyRemoveExtras()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt54928 Landroid/telecom/Conference$Listener;->onExtrasRemoved(Landroid/telecom/Conference;Ljava/util/List;…
55001 Landroid/telecom/Connection$Listener;->onExtrasRemoved(Landroid/telecom/Connection;Ljava/util/List;…