Home
last modified time | relevance | path

Searched refs:failureMessage (Results 1 – 5 of 5) sorted by relevance

/cts/hostsidetests/stagedinstall/app/src/com/android/tests/stagedinstall/
DPackageInstallerSessionInfoSubject.java53 check().withMessage(failureMessage("in state READY")).that(
58 check().withMessage(failureMessage("in state APPLIED")).that(
63 check().withMessage(failureMessage("in state FAILED")).that(
67 private String failureMessage(String suffix) {
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/performance/
DCameraPerformanceActivity.java168 String failureMessage = failure.getMessage(); in testFailure()
170 if ((failureMessage != null) && (!failureMessage.isEmpty())) { in testFailure()
171 message = failureMessage + "\n"; in testFailure()
/cts/tests/tests/keystore/src/android/keystore/cts/
DImportWrappedKeyTest.java131 String failureMessage = null; in testKeyStore_ImportWrappedKeyWrappingKeyMissing() local
137 failureMessage = e.getMessage(); in testKeyStore_ImportWrappedKeyWrappingKeyMissing()
140 if (failureMessage == null) { in testKeyStore_ImportWrappedKeyWrappingKeyMissing()
144 assertEquals(failureMessage, EXPECTED_FAILURE); in testKeyStore_ImportWrappedKeyWrappingKeyMissing()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DInstrumentedAutoFillService.java647 final String failureMessage = response.getFailureMessage(); in onFillRequest() local
648 if (failureMessage != null) { in onFillRequest()
649 Log.v(TAG, "onFillRequest(): failureMessage = " + failureMessage); in onFillRequest()
650 callback.onFailure(failureMessage); in onFillRequest()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java870 protected void tryWaitForSuccess(SuccessCondition successCondition, String failureMessage, in tryWaitForSuccess() argument
879 fail(failureMessage); in tryWaitForSuccess()