Home
last modified time | relevance | path

Searched refs:callType (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsExternalCallStateTest.java41 int callType = ImsCallProfile.CALL_TYPE_VOICE; in parcelUnparcel() local
44 isPullable, callState, callType, isHeld); in parcelUnparcel()
59 assertEquals(callType, unparceledInfo.getCallType()); in parcelUnparcel()
/cts/tests/tests/jni/libjnitest/
Dmacroized_tests.c57 } 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/
DThirdPartyCallScreeningServiceTest.java441 int callType = callsCursor.getInt(callTypeIndex); in addIncomingAndVerifyAllowed() local
444 assertEquals(CallLog.Calls.INCOMING_TYPE, callType); in addIncomingAndVerifyAllowed()
470 int callType = callsCursor.getInt(callTypeIndex); in addIncomingAndVerifyBlocked() local
475 assertEquals(CallLog.Calls.BLOCKED_TYPE, callType); in addIncomingAndVerifyBlocked()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DPhoneAccountTest.java183 final int callType = missedCall ? Calls.MISSED_TYPE : Calls.INCOMING_TYPE; in internalTestIncomingCall() local
210 assertCalllogInserted(callType, phoneNumber); in internalTestIncomingCall()