Searched defs:reason (Results 1 – 14 of 14) sorted by relevance
69 public void onVideoUnavailable(String inputId, int reason) { in onVideoUnavailable()147 Integer reason = mCallback.getVideoUnavailableReason(info.getId()); in testTune() local177 Integer reason = mCallback.getVideoUnavailableReason(info.getId()); in testTuneStress() local
91 public void onVideoUnavailable(String inputId, int reason) { in onVideoUnavailable()
75 public void onVideoUnavailable(String inputId, int reason) { in onVideoUnavailable()
97 public <T> void checkThat(final String reason, final T value, final Matcher<T> matcher) { in checkThat()698 String reason = "Key " + key.getName() + " shouldn't have value " + value.toString(); in expectKeyValueNotEquals() local720 String reason = "Key " + key.getName() + " shouldn't have value " + value.toString(); in expectKeyValueNotEquals() local742 String reason = "Key " + key.getName() + " value " + value.toString() in expectKeyValueEquals() local766 String reason = "Key " + key.getName() + " value " + value.toString() in expectKeyValueEquals() local835 String reason = "Key " + key.getName() + " value " + value in expectKeyValueIsIn() local853 String reason = "Key " + key.getName() + " value " + value in expectKeyValueContains() local871 String reason = "Key " + key.getName() + " value " + value in expectKeyValueContains() local889 String reason = "Key " + key.getName() + " value " + value in expectKeyValueContains() local901 public <T> void expectContains(String reason, T[] values, T expected) { in expectContains()[all …]
37 public void onFailure(int reason) { in onFailure()
202 public void onTestFailed(String reason); in onTestFailed()
160 public void onTestFailed(final String reason) { in onTestFailed()
180 public void onTestFailed(final String reason) { in onTestFailed()
147 String reason = getErrorReason(resultCode); in handleResultCode() local
111 int reason = e.getReason(); in checkCameraAccessExceptionReason() local
284 String reason = values.get("dEQP-TerminateTestCase-Reason"); in handleTestCaseTerminate() local
451 String reason = null; in createResponse() local
836 String reason = getReasonString(status); in createResponse() local
1694 function pageDisplayReadPromiseError(reason) { argument