HomeSort by relevance Sort by last modified time
    Searched defs:RESULT_FAIL (Results 1 - 12 of 12) sorted by null

  /cts/common/device-side/util/src/com/android/compatibility/common/util/
CTSResult.java 21 public static final int RESULT_FAIL = 2;
Result.java 24 public static final int RESULT_FAIL = 2;
28 * @param resultCode The test result, either {@code RESULT_OK} or {@code RESULT_FAIL}.
  /cts/suite/audio_quality/test_description/processing/
consts.py 30 RESULT_FAIL = 4
  /cts/apps/CameraITS/pymodules/its/
device.py 80 RESULT_FAIL = 'FAIL'
82 RESULT_VALUES = {RESULT_PASS, RESULT_FAIL, RESULT_NOT_EXECUTED}
    [all...]
  /cts/hostsidetests/devicepolicy/app/LauncherTestsSupport/src/com/android/cts/launchertests/support/
LauncherCallbackTestsService.java 59 public static final int RESULT_FAIL = 2;
93 exists ? RESULT_PASS : RESULT_FAIL, 0));
101 exists ? RESULT_PASS : RESULT_FAIL, 0));
109 exists ? RESULT_PASS : RESULT_FAIL, 0));
117 exists ? RESULT_FAIL : RESULT_PASS, 0));
  /cts/tests/app/src/android/app/cts/
ActivityManagerTest.java 75 public static final int RESULT_FAIL = 2;
  /cts/tests/tests/accounts/common/src/android/accounts/cts/common/
AuthenticatorContentProvider.java 38 public static final int RESULT_FAIL = 2;
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPService.java 62 public static final int RESULT_FAIL = -1;
221 sendMessage(STATUS_HEALTH_APP_REG, RESULT_FAIL);
229 RESULT_OK : RESULT_FAIL);
250 sendMessage(STATUS_CREATE_CHANNEL, RESULT_FAIL);
254 sendMessage(STATUS_CREATE_CHANNEL, RESULT_FAIL);
259 sendMessage(STATUS_DESTROY_CHANNEL, RESULT_FAIL);
  /frameworks/base/packages/StatementService/src/com/android/statementservice/
DirectStatementService.java 90 * failed, return {@link #RESULT_FAIL} and an empty {@link android.os.Bundle}. Otherwise, return
119 public static final int RESULT_FAIL = 1;
202 resultReceiver.send(RESULT_FAIL, Bundle.EMPTY);
207 resultReceiver.send(RESULT_FAIL, Bundle.EMPTY);
212 resultReceiver.send(RESULT_FAIL, Bundle.EMPTY);
262 mResultReceiver.send(RESULT_FAIL, Bundle.EMPTY);
272 mResultReceiver.send(RESULT_FAIL, Bundle.EMPTY);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsTestActivity.java 73 private static final String RESULT_FAIL = "FAIL";
76 Arrays.asList(new String[] {RESULT_PASS, RESULT_FAIL, RESULT_NOT_EXECUTED}));
237 if (result.equals(RESULT_PASS) || result.equals(RESULT_FAIL)) {
272 status = mExecutedScenes.get(k) ? RESULT_PASS : RESULT_FAIL;
  /cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/
LauncherAppsTests.java 63 public static final int RESULT_FAIL = 2;
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 

Completed in 430 milliseconds