Home
last modified time | relevance | path

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

12

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInsetsLayoutTests.java81 int types, TestActivity activity, View mainWindowRoot) { in testSetFitInsetsTypesInner()
127 final int types = Type.systemBars() & ~Type.captionBar(); in testSetFitInsetsSidesInner() local
161 final int types = Type.systemBars(); in testSetFitInsetsIgnoringVisibility() local
214 void addChildWindow(int types, int sides, boolean ignoreVis) { in addChildWindow()
DWindowInsetsAnimationTestBase.java78 boolean show, int types) { in commonAnimationAssertions()
116 protected static boolean hasWindowInsets(View rootView, int types) { in hasWindowInsets()
124 final int types) { in assertAnimationSteps()
144 private BiPredicate<WindowInsets, WindowInsets> compareInsets(int types, in compareInsets()
DWindowInsetsControllerTests.java128 private void testHideInternal(View rootView, int types) { in testHideInternal()
148 private void testShowInternal(View rootView, int types) { in testShowInternal()
310 final int types = statusBars(); in testSetSystemBarsBehavior_default() local
338 final int types = statusBars(); in testSetSystemBarsBehavior_showTransientBarsBySwipe() local
499 final int types = statusBars(); in testSetSystemUiVisibilityAfterCleared_showBarsBySwipe() local
560 final int types = statusBars(); in testSetSystemUiVisibilityAfterCleared_showBarsByApp() local
842 private static void hideInsets(View view, int types) throws InterruptedException { in hideInsets()
DWindowInsetsAnimationControllerTests.java134 public static Object[][] types() { in types() method in WindowInsetsAnimationControllerTests
685 public void onReady(@NonNull WindowInsetsAnimationController controller, int types) { in onReady()
/cts/hostsidetests/appsecurity/test-apps/NoDataStorageApp/src/com/android/cts/noappstorage/
DNoAppDataStorageTest.java60 final String[] types = new String[] { in testNoExternalStorage() local
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DUiBot.java632 public UiObject2 assertUpdateShowing(int... types) throws Exception { in assertUpdateShowing()
697 public UiObject2 assertSaveShowing(String description, int... types) throws Exception { in assertSaveShowing()
702 public UiObject2 assertSaveShowing(String description, Timeout timeout, int... types) in assertSaveShowing()
709 int... types) throws Exception { in assertSaveShowing()
714 public UiObject2 assertSaveShowing(int positiveButtonStyle, int... types) throws Exception { in assertSaveShowing()
720 String description, Timeout timeout, int... types) throws Exception { in assertSaveOrUpdateShowing()
726 int positiveButtonStyle, String description, Timeout timeout, int... types) in assertSaveOrUpdateShowing()
824 public void saveForAutofill(boolean yesDoIt, int... types) throws Exception { in saveForAutofill()
830 public void updateForAutofill(boolean yesDoIt, int... types) throws Exception { in updateForAutofill()
841 public void saveForAutofill(int negativeButtonStyle, boolean yesDoIt, int... types) in saveForAutofill()
[all …]
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowInsetsAnimationUtils.java50 int types, boolean show) { in requestControlThenTransitionToVisibility()
/cts/tests/tests/hardware/src/android/hardware/hdmi/cts/
DHdmiSwitchClientTest.java55 int[] types = {HdmiControlServiceWrapper.DEVICE_PURE_CEC_SWITCH}; in setUp() local
/cts/common/device-side/bedstead/remoteframeworkclasses/src/processor/main/java/com/android/bedstead/remoteframeworkclasses/processor/
DMethodSignature.java74 String string, Types types, Elements elements) { in forApiString()
136 private static TypeMirror typeForString(String typeName, Types types, Elements elements) { in typeForString()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSignalStrengthTest.java111 Set<Class<? extends CellSignalStrength>> types = in testSignalStrength() local
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DMediaCodecListTest.java241 String[] types = info.getSupportedTypes(); in testGetCapabilities() local
376 String[] types = info.getSupportedTypes(); in getSupportedCodecTypes() local
483 String[] types = info.getSupportedTypes(); in testAudioCodecChannels() local
910 String[] types = info.getSupportedTypes(); in testAllHardwareAcceleratedVideoCodecsPublishPerformancePoints() local
928 String[] types = info.getSupportedTypes(); in testAllHardwareAcceleratedVideoCodecsPublishPerformancePoints() local
/cts/tests/media/src/android/mediav2/cts/
DCodecInfoTest.java87 String[] types = codecInfo.getSupportedTypes(); in input() local
/cts/hostsidetests/securitybulletin/securityPatch/Bug-115739809/
Dpoc.cpp262 InputMessage::Type types[] = { in main() local
/cts/hostsidetests/packagemanager/dynamicmime/test/src/android/dynamicmime/testapp/assertions/
DMimeGroupAssertions.java100 public void assertMimeGroupInternal(String group, Set<String> types) { in notUsed()
/cts/tests/backup/src/android/backup/cts/
DAgentBindingTest.java172 String methodName, Class<?>[] types, Object[] args) throws Exception { in callActivityManagerMethod()
/cts/common/device-side/bedstead/testapp/src/processor/main/java/com/android/bedstead/testapp/processor/
DProcessor.java148 public static List<TypeElement> extractClassesFromAnnotation(Types types, Runnable runnable) { in extractClassesFromAnnotation()
165 public static TypeElement extractClassFromAnnotation(Types types, Runnable runnable) { in extractClassFromAnnotation()
/cts/hostsidetests/security/src/android/security/cts/
DSELinuxHostTest.java488 Set<String> types = new HashSet<>(); in sepolicyAnalyzeGetTypesAssociatedWithAttribute() local
545 Set<String> types = sepolicyAnalyzeGetTypesAssociatedWithAttribute( in testNoExemptionsForSocketsUseWithinHalServer() local
570 Set<String> types = in testNoExemptionsForSocketsBetweenCoreAndVendorBan() local
591 Set<String> types = in testNoExemptionsForVendorExecutingCore() local
1075 Set<String> types = sepolicyAnalyzeGetTypesAssociatedWithAttribute("hal_dumpstate_server"); in testNoBugreportDenials() local
/cts/tests/video/src/android/video/cts/
DCodecEncoderPerformanceTestBase.java75 String[] types = codecInfo.getSupportedTypes(); in getMimesOfAvailableHardwareVideoEncoders() local
DCodecPerformanceTestBase.java187 String[] types = codecInfo.getSupportedTypes(); in selectCodecs() local
/cts/tests/signature/lib/common/src/android/signature/cts/
DReflectionHelper.java395 private static String concatWildcardTypes(Type[] types) { in concatWildcardTypes()
424 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/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DInputMethodServiceDeviceTest.java379 final DeviceEventType... types) { in sequenceOfTypes()
/cts/tests/tests/view/src/android/view/cts/input/
DInputDeviceSensorManagerTest.java419 final List<Integer> types = Arrays.asList(Sensor.TYPE_ACCELEROMETER, in testSupportedSensorTypes() local
/cts/tests/mediapc/src/android/mediapc/cts/
DCodecTestBase.java379 String[] types = codecInfo.getSupportedTypes(); in selectCodecs() local
419 String[] types = codecInfo.getSupportedTypes(); in getMimesOfAvailableCodecs() local
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DExtractDecodeEditEncodeMuxTest.java1237 String[] types = codecInfo.getSupportedTypes(); in selectCodec() local

12