Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DPkgInstallSignatureVerificationTest.java550 String errorPrefix = ((message != null) && (message.length() > 0)) ? (message + ": ") : ""; in assertContains() local
552 fail(errorPrefix + "Expected to contain \"" + expectedSubstring + "\", but was null"); in assertContains()
555 fail(errorPrefix + "Expected to contain \"" + expectedSubstring + "\", but was \"" in assertContains()