Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommands.java685 success = simulatedCallState.onChld('1', (char)('0'+gsmIndex)); in hangupConnection()
708 success = simulatedCallState.onChld('0', '\0'); in hangupWaitingOrBackground()
730 success = simulatedCallState.onChld('1', '\0'); in hangupForegroundResumeBackground()
752 success = simulatedCallState.onChld('2', '\0'); in switchWaitingOrHoldingAndActive()
773 success = simulatedCallState.onChld('3', '\0'); in conference()
794 success = simulatedCallState.onChld('4', '\0'); in explicitCallTransfer()
813 success = simulatedCallState.onChld('2', ch); in separateConnection()
853 success = simulatedCallState.onChld('0', '\0'); in rejectCall()
DModelInterpreter.java485 success = mSimulatedCallState.onChld(c0, c1); in onCHLD()
DSimulatedGsmCallState.java395 onChld(char c0, char c1) { in onChld() method in SimulatedGsmCallState