Home
last modified time | relevance | path

Searched defs:types (Results 1 – 14 of 14) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSignalStrengthTest.java87 Set<Class<? extends CellSignalStrength>> types = in testSignalStrength() local
/cts/tests/tests/media/src/android/media/cts/
DMediaCodecListTest.java233 String[] types = info.getSupportedTypes(); in testGetCapabilities() local
358 String[] types = info.getSupportedTypes(); in getSupportedCodecTypes() local
461 String[] types = info.getSupportedTypes(); in testAudioCodecChannels() local
830 String[] types = info.getSupportedTypes(); in testAllHardwareAcceleratedVideoCodecsPublishPerformancePoints() local
848 String[] types = info.getSupportedTypes(); in testAllHardwareAcceleratedVideoCodecsPublishPerformancePoints() local
DExtractDecodeEditEncodeMuxTest.java1222 String[] types = codecInfo.getSupportedTypes(); in selectCodec() local
DMediaCodecCapabilitiesTest.java771 String[] types = info.getSupportedTypes(); in testGetMaxSupportedInstances() local
DMediaRecorderTest.java808 String[] types = info.getSupportedTypes(); in getCapsForPreferredCodecForMediaType() local
DMediaCodecTest.java1699 String[] types = info.getSupportedTypes(); in selectCodec() local
/cts/tests/backup/src/android/backup/cts/
DAgentBindingTest.java70 String methodName, Class<?>[] types, Object[] args) throws Exception { in callActivityManagerMethod()
/cts/hostsidetests/securitybulletin/securityPatch/Bug-115739809/
Dpoc.cpp201 int types[] = {InputMessage::TYPE_KEY, InputMessage::TYPE_MOTION, InputMessage::TYPE_FINISHED}; in main() local
/cts/hostsidetests/security/src/android/cts/security/
DSELinuxHostTest.java378 Set<String> types = new HashSet<>(); in sepolicyAnalyzeGetTypesAssociatedWithAttribute() local
433 Set<String> types = in testNoExemptionsForBinderInVendorBan() local
455 Set<String> types = sepolicyAnalyzeGetTypesAssociatedWithAttribute( in testNoExemptionsForSocketsUseWithinHalServer() local
479 Set<String> types = in testNoExemptionsForSocketsBetweenCoreAndVendorBan() local
499 Set<String> types = in testNoExemptionsForVendorExecutingCore() local
959 Set<String> types = sepolicyAnalyzeGetTypesAssociatedWithAttribute("hal_dumpstate_server"); in testNoBugreportDenials() local
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DInputMethodServiceDeviceTest.java286 final DeviceEventType... types) { in sequenceOfTypes()
/cts/tests/signature/lib/common/src/android/signature/cts/
DReflectionHelper.java311 private static String concatWildcardTypes(Type[] types) { in concatWildcardTypes()
340 Type[] types = pt.getActualTypeArguments(); in typeToString() local
/cts/tests/signature/api-check/src/jni/
Dclassdescriptors.cpp184 jobjectArray types = env->NewObjectArray(count, env->FindClass("java/lang/String"), nullptr); in Java_android_signature_cts_api_BootClassPathClassesProvider_getClassMemberNamesAndTypes() local
/cts/tests/security/src/android/keystore/cts/
DAuthorizationList.java366 List<String> types = Lists.newArrayList(); in userAuthTypeToString() local
/cts/tests/tests/accounts/src/android/accounts/cts/
DAccountManagerTest.java985 AuthenticatorDescription[] types = am.getAuthenticatorTypes(); in testGetAuthenticatorTypes() local