Home
last modified time | relevance | path

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

/cts/tests/AlarmManager/src/android/alarmmanager/cts/
DDumpLoggerRule.java35 protected void failed(Throwable e, Description description) { in failed() method in DumpLoggerRule
/cts/tests/accessibility/common/src/android/accessibility/cts/common/
DAccessibilityDumpOnFailureRule.java61 protected void failed(Throwable t, Description description) { in failed() method in AccessibilityDumpOnFailureRule
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DDeviceInfo.java156 private void failed(String message, Throwable exception) { in failed() method in DeviceInfo
162 private void failed(String message) { in failed() method in DeviceInfo
/cts/hostsidetests/tagging/sdk_30/src/android/cts/tagging/sdk30/
DTestActivity.java53 public boolean failed() { in failed() method in TestActivity
/cts/tests/tests/neuralnetworks/java_test/jni/
DUtils.h55 inline bool failed(JNIEnv* env) { in failed() function
/cts/tests/suspendapps/tests/src/android/suspendapps/cts/
DDistractingPackageTest.java90 final String[] failed = SystemUtil.callWithShellPermissionIdentity( in setDistractionFlagsAndAssertResult() local
DSuspendTestUtils.java81 final String[] failed = SystemUtil.callWithShellPermissionIdentity( in suspendAndAssertResult() local
/cts/tests/tests/systemui/src/android/systemui/cts/
DScreenshotTestRule.java92 protected void failed(Throwable throwable, Description description) { in failed() method in ScreenshotTestRule
/cts/libs/input/src/com/android/cts/input/
DFailOnTestThreadRule.kt75 override fun failed(e: Throwable?, description: Description?) { in failed() method in com.android.cts.input.FailOnTestThreadRule
DDebugInputRule.kt88 override fun failed(e: Throwable?, description: Description?) { in failed() method in com.android.cts.input.DebugInputRule
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DDecodeAccuracyTest.java325 File failed = new File(Environment.getExternalStorageDirectory(), in validateResult() local
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DLauncherAppsEnumerationTests.java557 final String[] failed = SystemUtil.callWithShellPermissionIdentity( in setDistractingPackageRestrictions() local
/cts/hostsidetests/stagedinstall/src/com/android/tests/stagedinstall/host/
DStagedInstallTest.java894 protected void failed(Throwable e, Description description) { in failed() method in StagedInstallTest.FailedTestLogHook
/cts/tools/cts-api-coverage/proto/
Dcts_report.proto61 optional int32 failed = 1; field