Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DAppsFilterTest.java598 final Signature otherSignature = Mockito.mock(Signature.class); in testSystemSignedTarget_DoesntFilter() local
600 new PackageParser.SigningDetails(new Signature[]{otherSignature}, 1); in testSystemSignedTarget_DoesntFilter()