Home
last modified time | relevance | path

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

/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/utils/
DCloseableDelegateByteSource.java149 public boolean contentEquals(@Nonnull ByteSource other) throws IOException { in contentEquals() method in CloseableDelegateByteSource
150 return get().contentEquals(other); in contentEquals()
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DLazyDelegateByteSource.java143 public boolean contentEquals(@Nonnull ByteSource other) throws IOException { in contentEquals() method in LazyDelegateByteSource
144 return get().contentEquals(other); in contentEquals()
/tools/platform-compat/java/android/processor/compat/unsupportedappusage/
DSignatureConverter.java229 .filter(e -> e.getKey().getSimpleName().contentEquals("expectedSignature")) in verifyExpectedSignature()