/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | WindowInsetsLayoutTests.java | 80 int types, TestActivity activity, View mainWindowRoot) { in testSetFitInsetsTypesInner() 126 final int types = Type.systemBars(); in testSetFitInsetsSidesInner() local 160 final int types = Type.systemBars(); in testSetFitInsetsIgnoringVisibility() local 213 void addChildWindow(int types, int sides, boolean ignoreVis) { in addChildWindow()
|
D | WindowInsetsControllerTests.java | 124 private void testHideInternal(View rootView, int types) { in testHideInternal() 142 private void testShowInternal(View rootView, int types) { in testShowInternal() 255 final int types = statusBars(); in testSetSystemBarsBehavior_default() local 281 final int types = statusBars(); in testSetSystemBarsBehavior_showTransientBarsBySwipe() local 429 final int types = statusBars(); in testSetSystemUiVisibilityAfterCleared_showBarsBySwipe() local 488 final int types = statusBars(); in testSetSystemUiVisibilityAfterCleared_showBarsByApp() local 762 private static void hideInsets(View view, int types) throws InterruptedException { in hideInsets()
|
D | WindowInsetsAnimationTestBase.java | 70 boolean show, int types) { in commonAnimationAssertions() 108 protected static boolean hasWindowInsets(View rootView, int types) { in hasWindowInsets() 116 final int types) { in assertAnimationSteps() 136 private BiPredicate<WindowInsets, WindowInsets> compareInsets(int types, in compareInsets()
|
D | WindowInsetsAnimationControllerTests.java | 134 public static Object[][] types() { in types() method in WindowInsetsAnimationControllerTests 655 public void onReady(@NonNull WindowInsetsAnimationController controller, int types) { in onReady()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/ |
D | UiBot.java | 616 public UiObject2 assertUpdateShowing(int... types) throws Exception { in assertUpdateShowing() 681 public UiObject2 assertSaveShowing(String description, int... types) throws Exception { in assertSaveShowing() 686 public UiObject2 assertSaveShowing(String description, Timeout timeout, int... types) in assertSaveShowing() 693 int... types) throws Exception { in assertSaveShowing() 698 public UiObject2 assertSaveShowing(int positiveButtonStyle, int... types) throws Exception { in assertSaveShowing() 704 String description, Timeout timeout, int... types) throws Exception { in assertSaveOrUpdateShowing() 710 int positiveButtonStyle, String description, Timeout timeout, int... types) in assertSaveOrUpdateShowing() 808 public void saveForAutofill(boolean yesDoIt, int... types) throws Exception { in saveForAutofill() 814 public void updateForAutofill(boolean yesDoIt, int... types) throws Exception { in updateForAutofill() 825 public void saveForAutofill(int negativeButtonStyle, boolean yesDoIt, int... types) in saveForAutofill() [all …]
|
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | WindowInsetsAnimationUtils.java | 50 int types, boolean show) { in requestControlThenTransitionToVisibility()
|
/cts/tests/tests/hardware/src/android/hardware/hdmi/cts/ |
D | HdmiSwitchClientTest.java | 55 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/ |
D | MethodSignature.java | 73 public static MethodSignature forApiString(String string, Types types, Elements elements) { in forApiString() 130 private static TypeMirror typeForString(String typeName, Types types, Elements elements) { in typeForString()
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | SignalStrengthTest.java | 104 Set<Class<? extends CellSignalStrength>> types = in testSignalStrength() local
|
/cts/tests/backup/src/android/backup/cts/ |
D | AgentBindingTest.java | 70 String methodName, Class<?>[] types, Object[] args) throws Exception { in callActivityManagerMethod()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaCodecListTest.java | 241 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
|
D | ExtractDecodeEditEncodeMuxTest.java | 1230 String[] types = codecInfo.getSupportedTypes(); in selectCodec() local
|
D | MediaCodecCapabilitiesTest.java | 795 String[] types = info.getSupportedTypes(); in testGetMaxSupportedInstances() local
|
/cts/hostsidetests/securitybulletin/securityPatch/Bug-115739809/ |
D | poc.cpp | 253 InputMessage::Type types[] = { in main() local
|
/cts/tests/mediapc/src/android/mediapc/cts/ |
D | EncoderInitializationLatencyTest.java | 138 String[] types = codecInfo.getSupportedTypes(); in getMimesOfAvailableHardwareVideoEncoders() local 155 String[] types = codecInfo.getSupportedTypes(); in getMimesOfAvailableAudioEncoders() local
|
/cts/hostsidetests/packagemanager/dynamicmime/test/src/android/dynamicmime/testapp/assertions/ |
D | MimeGroupAssertions.java | 100 public void assertMimeGroupInternal(String group, Set<String> types) { in notUsed()
|
/cts/common/device-side/bedstead/testapp/src/processor/main/java/com/android/bedstead/testapp/processor/ |
D | Processor.java | 144 public static List<TypeElement> extractClassesFromAnnotation(Types types, Runnable runnable) { in extractClassesFromAnnotation() 161 public static TypeElement extractClassFromAnnotation(Types types, Runnable runnable) { in extractClassFromAnnotation()
|
/cts/tests/video/src/android/video/cts/ |
D | CodecEncoderPerformanceTestBase.java | 75 String[] types = codecInfo.getSupportedTypes(); in getMimesOfAvailableHardwareVideoEncoders() local
|
D | CodecPerformanceTestBase.java | 166 String[] types = codecInfo.getSupportedTypes(); in selectCodecs() local
|
/cts/tests/signature/lib/common/src/android/signature/cts/ |
D | ReflectionHelper.java | 376 private static String concatWildcardTypes(Type[] types) { in concatWildcardTypes() 405 Type[] types = pt.getActualTypeArguments(); in typeToString() local
|
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/ |
D | InputMethodServiceDeviceTest.java | 379 final DeviceEventType... types) { in sequenceOfTypes()
|
/cts/tests/signature/api-check/src/jni/ |
D | classdescriptors.cpp | 184 jobjectArray types = env->NewObjectArray(count, env->FindClass("java/lang/String"), nullptr); in Java_android_signature_cts_api_BootClassPathClassesProvider_getClassMemberNamesAndTypes() local
|
/cts/tests/tests/view/src/android/view/cts/input/ |
D | InputDeviceSensorManagerTest.java | 425 final List<Integer> types = Arrays.asList(Sensor.TYPE_ACCELEROMETER, in testSupportedSensorTypes() local
|
/cts/tests/security/src/android/keystore/cts/ |
D | AuthorizationList.java | 495 List<String> types = Lists.newArrayList(); in userAuthTypeToString() local
|
/cts/tests/tests/appenumeration/app/source/src/android/appenumeration/cts/query/ |
D | TestActivity.java | 542 final SyncAdapterType[] types = ContentResolver.getSyncAdapterTypes(); in sendSyncAdapterTypes() local
|