Searched refs:getAppSignatureHash (Results 1 – 3 of 3) sorted by relevance
267 byte[] actualHash1 = AllowLists.getAppSignatureHash(mMockContext, SOME_PACKAGE_NAME); in checkGetAppSignatureHashes()287 byte[] actualHash2 = AllowLists.getAppSignatureHash(mMockContext, SOME_PACKAGE_NAME); in checkGetAppSignatureHashes_multipleSignatures()293 .when(() -> AllowLists.getAppSignatureHash(any(Context.class), anyString())); in mockSignature()
103 byte[] appSignatureHash = getAppSignatureHash(context, appPackageName); in isSignatureAllowListed()134 public static byte[] getAppSignatureHash( in getAppSignatureHash() method in AllowLists
353 .when(() -> AllowLists.getAppSignatureHash(mSpyContext, TEST_APP_PACKAGE_NAME)); in checkSignatureAllowList_successAllowList()