Searched refs:callType (Results 1 – 3 of 3) sorted by relevance
/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 | 231 int callType = callsCursor.getInt(callTypeIndex); in addIncomingAndVerifyBlocked() local 236 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()
|