Searched refs:logOutgoing (Results 1 – 1 of 1) sorted by relevance
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | ConnectionServiceWrapper.java | 688 logOutgoing("addConnectionServiceAdapter %s", adapter); in addConnectionServiceAdapter() 758 logOutgoing("abort %s", callId); in abort() 772 logOutgoing("silence %s", callId); in silence() 784 logOutgoing("hold %s", callId); in hold() 796 logOutgoing("unhold %s", callId); in unhold() 809 logOutgoing("onCallAudioStateChanged %s %s", callId, audioState); in onCallAudioStateChanged() 821 logOutgoing("disconnect %s", callId); in disconnect() 833 logOutgoing("answer %s %d", callId, videoState); in answer() 849 logOutgoing("reject %s", callId); in reject() 867 logOutgoing("playDtmfTone %s %c", callId, digit); in playDtmfTone() [all …]
|