Searched refs:sBuffer (Results 1 – 2 of 2) sorted by relevance
65 private static final AtomicReference<byte[]> sBuffer = new AtomicReference<>(); field in ApkSignatureVerifier471 byte[] buffer = sBuffer.getAndSet(null); in readFullyIgnoringContents()482 sBuffer.set(buffer); in readFullyIgnoringContents()
57475 Landroid/util/apk/ApkSignatureVerifier;->sBuffer:Ljava/util/concurrent/atomic/AtomicReference;