Home
last modified time | relevance | path

Searched refs:onCallDirectionChanged (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java175 default void onCallDirectionChanged(Call call) {}; in onCallDirectionChanged() method
254 public void onCallDirectionChanged(Call call) {} in onCallDirectionChanged() method in Call.ListenerBase
4534 l.onCallDirectionChanged(this); in setCallDirection()
DInCallController.java956 public void onCallDirectionChanged(Call call) {
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallTest.java536 public void onCallDirectionChanged(Call call) { in testCallDirection()