/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
D | ImsExternalCallStateTest.java | 41 int callType = ImsCallProfile.CALL_TYPE_VOICE; in parcelUnparcel() local 44 isPullable, callState, callType, isHeld); in parcelUnparcel() 59 assertEquals(callType, unparceledInfo.getCallType()); in parcelUnparcel()
|
D | TestMmTelFeature.java | 168 public ImsCallProfile createCallProfile(int serviceType, int callType) { in createCallProfile() argument 170 ImsCallProfile profile = new ImsCallProfile(serviceType, callType, in createCallProfile() 183 ImsCallProfile profile = new ImsCallProfile(serviceType, callType, in createCallProfile()
|
D | TestImsCallSessionImpl.java | 227 public void accept(int callType, ImsStreamMediaProfile profile) { in accept() argument 269 public void update(int callType, ImsStreamMediaProfile mediaProfile) { in update() argument 271 callType, new Bundle(), mediaProfile); in update()
|
/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/ |
D | MockVoiceService.java | 164 int callType, in MockCallInfo() argument 173 mCallType = callType; in MockCallInfo() 189 int callType, in MockCallInfo() argument 197 mCallType = callType; in MockCallInfo() 341 public void setCallType(int callType) { in setCallType() argument 342 mCallType = callType; in setCallType() 1051 int callType, in dialVoiceCall() argument 1055 new MockCallInfo(false, address, clir, uusInfo, callType, callControlInfo); in dialVoiceCall() 1078 int callType, in dialEccVoiceCall() argument 1083 categories, urns, routing, callType, callControlInfo); in dialEccVoiceCall() [all …]
|
D | MockModemConfigBase.java | 1051 int callType = CALL_TYPE_VOICE; in dialVoiceCall() local 1053 address, clir, uusInfo, callType, callControlInfo); in dialVoiceCall() 1293 int callType = CALL_TYPE_VOICE; in triggerIncomingVoiceCall() local 1295 address, uusInfo, callType, cdmaSignalInfoRecord, callControlInfo); in triggerIncomingVoiceCall()
|
/cts/tests/tests/jni/libjnitest/ |
D | macroized_tests.c | 57 } callType; typedef 169 callType ct, const char *name, const char *sig) { in findAppropriateMethod() 192 jmethodID method = findAppropriateMethod(env, &msg, (callType)ct, in help_CallBooleanMethod() 297 jmethodID method = findAppropriateMethod(env, &msg, (callType)ct, in help_CallByteMethod() 402 jmethodID method = findAppropriateMethod(env, &msg, (callType)ct, in help_CallShortMethod() 507 jmethodID method = findAppropriateMethod(env, &msg, (callType)ct, in help_CallCharMethod() 612 jmethodID method = findAppropriateMethod(env, &msg, (callType)ct, in help_CallIntMethod() 717 jmethodID method = findAppropriateMethod(env, &msg, (callType)ct, in help_CallLongMethod() 822 jmethodID method = findAppropriateMethod(env, &msg, (callType)ct, in help_CallFloatMethod() 927 jmethodID method = findAppropriateMethod(env, &msg, (callType)ct, in help_CallDoubleMethod() [all …]
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | ThirdPartyCallScreeningServiceTest.java | 456 int callType = callsCursor.getInt(callTypeIndex); in addIncomingAndVerifyAllowed() local 459 assertEquals(CallLog.Calls.INCOMING_TYPE, callType); in addIncomingAndVerifyAllowed() 485 int callType = callsCursor.getInt(callTypeIndex); in addIncomingAndVerifyBlocked() local 490 assertEquals(CallLog.Calls.BLOCKED_TYPE, callType); in addIncomingAndVerifyBlocked()
|
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | PhoneAccountTest.java | 183 final int callType = missedCall ? Calls.MISSED_TYPE : Calls.INCOMING_TYPE; in internalTestIncomingCall() local 210 assertCalllogInserted(callType, phoneNumber); in internalTestIncomingCall()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 6441 field public static final String EXTRA_CALL_TYPE = "android.callType";
|