Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/LauncherTestsSupport/src/com/android/cts/launchertests/support/
DLauncherCallbackTestsService.java59 public static final int RESULT_FAIL = 2; field in LauncherCallbackTestsService
93 exists ? RESULT_PASS : RESULT_FAIL, 0)); in handleMessage()
101 exists ? RESULT_PASS : RESULT_FAIL, 0)); in handleMessage()
109 exists ? RESULT_PASS : RESULT_FAIL, 0)); in handleMessage()
117 exists ? RESULT_FAIL : RESULT_PASS, 0)); in handleMessage()
/cts/suite/audio_quality/test_description/processing/
Dconsts.py30 RESULT_FAIL = 4 variable
/cts/common/device-side/util/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/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/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.java73 private static final String RESULT_FAIL = "FAIL"; field in ItsTestActivity
76 Arrays.asList(new String[] {RESULT_PASS, RESULT_FAIL, RESULT_NOT_EXECUTED}));
236 if (result.equals(RESULT_PASS) || result.equals(RESULT_FAIL)) { in onReceive()
271 status = mExecutedScenes.get(k) ? RESULT_PASS : RESULT_FAIL; in onReceive()
/cts/tests/app/src/android/app/cts/
DLocalActivityManagerTest.java132 setResult(CTSResult.RESULT_FAIL); in setResult()
DActivityManagerTest.java71 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/apps/CameraITS/pymodules/its/
Ddevice.py81 RESULT_FAIL = 'FAIL' variable in ItsSession
83 RESULT_VALUES = {RESULT_PASS, RESULT_FAIL, RESULT_NOT_EXECUTED}
/cts/apps/CameraITS/tools/
Drun_all_tests.py356 else ItsSession.RESULT_FAIL)
/cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/
DLauncherAppsTests.java63 public static final int RESULT_FAIL = 2; field in LauncherAppsTests