Home
last modified time | relevance | path

Searched refs:RESULT_FAIL (Results 1 – 14 of 14) sorted by relevance

/cts/hostsidetests/devicepolicy/app/LauncherTestsSupport/src/com/android/cts/launchertests/support/
DLauncherCallbackTestsService.java60 public static final int RESULT_FAIL = 2; field in LauncherCallbackTestsService
94 exists ? RESULT_PASS : RESULT_FAIL, 0)); in handleMessage()
102 exists ? RESULT_PASS : RESULT_FAIL, 0)); in handleMessage()
110 exists ? RESULT_PASS : RESULT_FAIL, 0)); in handleMessage()
118 exists ? RESULT_FAIL : RESULT_PASS, 0)); in handleMessage()
/cts/tests/tests/media/src/android/media/cts/
DAudioManagerStub.java65 mCTSResult.setResult(CTSResult.RESULT_FAIL); in onPause()
79 mCTSResult.setResult(CTSResult.RESULT_FAIL); in onResume()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCTSResult.java21 public static final int RESULT_FAIL = 2; field
DResult.java24 public static final int RESULT_FAIL = 2; field
/cts/suite/audio_quality/test_description/processing/
Dconsts.py30 RESULT_FAIL = 4 variable
/cts/tests/tests/view/src/android/view/cts/
DViewGroupInvalidateChildCtsActivity.java61 sResult.setResult(CTSResult.RESULT_FAIL); in fail()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsTestActivity.java74 private static final String RESULT_FAIL = "FAIL"; field in ItsTestActivity
77 Arrays.asList(new String[] {RESULT_PASS, RESULT_FAIL, RESULT_NOT_EXECUTED}));
230 if (result.equals(RESULT_PASS) || result.equals(RESULT_FAIL)) { in onReceive()
268 status = mExecutedScenes.get(k) ? RESULT_PASS : RESULT_FAIL; in onReceive()
/cts/apps/CameraITS/tools/
Drun_all_tests.py41 RESULT_FAIL = 'FAIL' variable
45 RESULT_VALUES = {RESULT_PASS, RESULT_FAIL, RESULT_NOT_EXECUTED}
589 results[s][RESULT_KEY] = (RESULT_PASS if num_fail == 0 else RESULT_FAIL)
/cts/tests/app/src/android/app/cts/
DLocalActivityManagerTest.java132 setResult(CTSResult.RESULT_FAIL); in setResult()
DActivityManagerTest.java135 public static final int RESULT_FAIL = 2; field in ActivityManagerTest
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
DAuthenticatorContentProvider.java38 public static final int RESULT_FAIL = 2; field in AuthenticatorContentProvider
/cts/tests/app/app/src/android/app/stubs/
DSearchManagerStubActivity.java157 sCTSResult.setResult(CTSResult.RESULT_FAIL); in fail()
DLocalActivityManagerTestHelper.java333 sResult.setResult(CTSResult.RESULT_FAIL); in fail()
/cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/
DLauncherAppsTests.java98 public static final int RESULT_FAIL = 2; field in LauncherAppsTests