/cts/hostsidetests/devicepolicy/app/LauncherTestsSupport/src/com/android/cts/launchertests/support/ |
D | LauncherCallbackTestsService.java | 60 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/ |
D | AudioManagerStub.java | 65 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/ |
D | CTSResult.java | 21 public static final int RESULT_FAIL = 2; field
|
D | Result.java | 24 public static final int RESULT_FAIL = 2; field
|
/cts/suite/audio_quality/test_description/processing/ |
D | consts.py | 30 RESULT_FAIL = 4 variable
|
/cts/tests/tests/view/src/android/view/cts/ |
D | ViewGroupInvalidateChildCtsActivity.java | 61 sResult.setResult(CTSResult.RESULT_FAIL); in fail()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
D | ItsTestActivity.java | 74 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/ |
D | run_all_tests.py | 41 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/ |
D | LocalActivityManagerTest.java | 132 setResult(CTSResult.RESULT_FAIL); in setResult()
|
D | ActivityManagerTest.java | 135 public static final int RESULT_FAIL = 2; field in ActivityManagerTest
|
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/ |
D | AuthenticatorContentProvider.java | 38 public static final int RESULT_FAIL = 2; field in AuthenticatorContentProvider
|
/cts/tests/app/app/src/android/app/stubs/ |
D | SearchManagerStubActivity.java | 157 sCTSResult.setResult(CTSResult.RESULT_FAIL); in fail()
|
D | LocalActivityManagerTestHelper.java | 333 sResult.setResult(CTSResult.RESULT_FAIL); in fail()
|
/cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/ |
D | LauncherAppsTests.java | 98 public static final int RESULT_FAIL = 2; field in LauncherAppsTests
|