Home
last modified time | relevance | path

Searched refs:badConfig (Results 1 – 3 of 3) sorted by relevance

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DKeyguardTest.java582 PersistableBundle badConfig = in setTrustAgentConfiguration_veryLongConfigValue_throws() local
587 sDeviceState.dpc().componentName(), TRUST_AGENT, badConfig)); in setTrustAgentConfiguration_veryLongConfigValue_throws()
594 PersistableBundle badConfig = in setTrustAgentConfiguration_veryLongConfigKey_throws() local
599 sDeviceState.dpc().componentName(), TRUST_AGENT, badConfig)); in setTrustAgentConfiguration_veryLongConfigKey_throws()
606 PersistableBundle badConfig = new PersistableBundle(); in setTrustAgentConfiguration_veryLongConfigValueInArray_throws() local
607 badConfig.putStringArray("key", new String[]{VERY_LONG_STRING}); in setTrustAgentConfiguration_veryLongConfigValueInArray_throws()
611 sDeviceState.dpc().componentName(), TRUST_AGENT, badConfig)); in setTrustAgentConfiguration_veryLongConfigValueInArray_throws()
625 final PersistableBundle badConfig = bundle; in setTrustAgentConfiguration_veryLongConfigValueInNestedBundle_throws() local
629 sDeviceState.dpc().componentName(), TRUST_AGENT, badConfig)); in setTrustAgentConfiguration_veryLongConfigValueInNestedBundle_throws()
/cts/tests/camera/src/android/hardware/camera2/cts/
DSurfaceViewPreviewTest.java604 OutputConfiguration badConfig = in testDeferredSurfacesByCamera() local
614 deferredSurfaces.add(badConfig); in testDeferredSurfacesByCamera()
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioTrackTest.java2815 final AudioTrack.TunerConfiguration badConfig = in testTunerConfiguration()
2822 final AudioTrack.TunerConfiguration badConfig = in testTunerConfiguration()