Searched refs:getCallControlInfo (Results 1 – 4 of 4) sorted by relevance
388 public MockCallControlInfo getCallControlInfo() { in getCallControlInfo() method in MockVoiceService.MockCallInfo614 callInfo.getCallControlInfo().getDialingDurationInMs(); in handleDialingCall()616 callInfo.getCallControlInfo().getAlertingDurationInMs(); in handleDialingCall()617 long ringback_tone_in_ms = callInfo.getCallControlInfo().getRingbackToneTimeInMs(); in handleDialingCall()619 callInfo.getCallControlInfo().getCallStateFailBitMask(); in handleDialingCall()644 callInfo.getCallControlInfo().setRingbackToneState(true); in handleDialingCall()697 callInfo.getCallControlInfo().getRingbackToneState()); in handleRingbackTone()717 callInfo.getCallControlInfo().getAlertingDurationInMs(); in handleAlertingCall()719 callInfo.getCallControlInfo().getCallStateFailBitMask(); in handleAlertingCall()775 long active_duration_in_ms = callInfo.getCallControlInfo().getActiveDurationInMs(); in handleActivatingCall()[all …]
382 MockCallControlInfo getCallControlInfo(int logicalSlotId, String client); in getCallControlInfo() method
994 public MockCallControlInfo getCallControlInfo(int slotId) { in getCallControlInfo() method in MockModemManager996 return mMockModemService.getMockModemConfigInterface().getCallControlInfo(slotId, TAG); in getCallControlInfo()
1267 public MockCallControlInfo getCallControlInfo(int logicalSlotId, String client) { in getCallControlInfo() method in MockModemConfigBase