Home
last modified time | relevance | path

Searched defs:onExtrasChanged (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFixture.java186 public void onExtrasChanged(Bundle extras) { in onExtrasChanged() method in ConnectionServiceFixture.FakeConnection
216 public void onExtrasChanged(Bundle extras) { in onExtrasChanged() method in ConnectionServiceFixture.FakeConference
427 public void onExtrasChanged(String callId, Bundle extras, in onExtrasChanged() method in ConnectionServiceFixture.FakeConnectionService
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java143 default void onExtrasChanged(Call c, int source, Bundle extras, in onExtrasChanged() method
218 public void onExtrasChanged(Call c, int source, Bundle extras, in onExtrasChanged() method in Call.ListenerBase
DConnectionServiceWrapper.java2314 void onExtrasChanged(Call call, Bundle extras) { in onExtrasChanged() method in ConnectionServiceWrapper
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java556 public void onExtrasChanged(Connection c, Bundle extras) {} in onExtrasChanged() method in TelephonyConnection.TelephonyConnectionListener