Searched defs:callType (Results 1 – 8 of 8) sorted by relevance
41 int callType = ImsCallProfile.CALL_TYPE_VOICE; in parcelUnparcel() local
227 public void accept(int callType, ImsStreamMediaProfile profile) { in accept()269 public void update(int callType, ImsStreamMediaProfile mediaProfile) { in update()
168 public ImsCallProfile createCallProfile(int serviceType, int callType) { in createCallProfile()
164 int callType, in MockCallInfo()189 int callType, in MockCallInfo()341 public void setCallType(int callType) { in setCallType()1051 int callType, in dialVoiceCall()1078 int callType, in dialEccVoiceCall()1164 int callType, in triggerIncomingVoiceCall()
1051 int callType = CALL_TYPE_VOICE; in dialVoiceCall() local1293 int callType = CALL_TYPE_VOICE; in triggerIncomingVoiceCall() local
456 int callType = callsCursor.getInt(callTypeIndex); in addIncomingAndVerifyAllowed() local485 int callType = callsCursor.getInt(callTypeIndex); in addIncomingAndVerifyBlocked() local
183 final int callType = missedCall ? Calls.MISSED_TYPE : Calls.INCOMING_TYPE; in internalTestIncomingCall() local
57 } callType; typedef