Searched refs:onChld (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SimulatedCommands.java | 643 success = simulatedCallState.onChld('1', (char)('0'+gsmIndex)); in hangupConnection() 666 success = simulatedCallState.onChld('0', '\0'); in hangupWaitingOrBackground() 688 success = simulatedCallState.onChld('1', '\0'); in hangupForegroundResumeBackground() 710 success = simulatedCallState.onChld('2', '\0'); in switchWaitingOrHoldingAndActive() 731 success = simulatedCallState.onChld('3', '\0'); in conference() 752 success = simulatedCallState.onChld('4', '\0'); in explicitCallTransfer() 771 success = simulatedCallState.onChld('2', ch); in separateConnection() 811 success = simulatedCallState.onChld('0', '\0'); in rejectCall()
|
D | ModelInterpreter.java | 485 success = mSimulatedCallState.onChld(c0, c1); in onCHLD()
|
D | SimulatedGsmCallState.java | 395 onChld(char c0, char c1) { in onChld() method in SimulatedGsmCallState
|