Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallAudioManager.java126 onCallEnteringState(call, newState); in onCallStateChanged()
164 onCallEnteringState(call, call.getState()); in addCall()
599 private void onCallEnteringState(Call call, int state) { in onCallEnteringState() method in CallAudioManager