Home
last modified time | relevance | path

Searched defs:errorSubstring (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
H A DPkgInstallSignatureVerificationTest.java1896 private void assertInstallV4FailsWithError(String apkFilenameInResources, String errorSubstring) in assertInstallV4FailsWithError()
1910 String apkFilenameInResources, String errorSubstring) throws Exception { in assertInstallFailsWithError()
1923 String apkFilenameInResources, String errorSubstring) throws Exception { in assertInstallEphemeralFailsWithError()
/aosp_15_r20/external/dagger2/javatests/dagger/internal/codegen/
H A DDaggerModuleMethodSubject.java139 void hasError(String errorSubstring) { in hasError()