Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFixture.java165 public void onExtrasChanged(Bundle extras) { in onExtrasChanged() method in ConnectionServiceFixture.FakeConnection
195 public void onExtrasChanged(Bundle extras) { in onExtrasChanged() method in ConnectionServiceFixture.FakeConference
346 public void onExtrasChanged(String callId, Bundle extras, in onExtrasChanged() method in ConnectionServiceFixture.FakeConnectionService
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java125 void onExtrasChanged(Call c, int source, Bundle extras); in onExtrasChanged() method
186 public void onExtrasChanged(Call c, int source, Bundle extras) {} in onExtrasChanged() method in Call.ListenerBase
DConnectionServiceWrapper.java1550 void onExtrasChanged(Call call, Bundle extras) { in onExtrasChanged() method in ConnectionServiceWrapper