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

  /cts/libs/deviceutil/src/android/app/cts/
CTSResult.java 21 public static final int RESULT_FAIL = 2;
  /cts/suite/audio_quality/test_description/processing/
consts.py 30 RESULT_FAIL = 4
  /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);

Completed in 256 milliseconds