Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/pm/
H A DSignature.java381 final Signature sPrime = new Signature(cert.getEncoded()); in bounce() local
383 if (Math.abs(sPrime.mSignature.length - s.mSignature.length) > 2) { in bounce()
385 + s.mSignature.length + ", after " + sPrime.mSignature.length); in bounce()
388 return sPrime; in bounce()