Searched refs:APP1_CERT1_CERT2 (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | PackageManagerTests.java | 1839 private int APP1_CERT1_CERT2 = R.raw.install_app1_cert1_cert2; field in PackageManagerTests 1883 replaceCerts(APP1_CERT1_CERT2, APP1_CERT1_CERT2, true, false, -1); in testReplaceMatchAllCerts() 1892 replaceCerts(APP1_CERT1_CERT2, APP1_CERT3, true, true, in testReplaceMatchNoCerts1() 1902 replaceCerts(APP1_CERT1_CERT2, APP1_CERT3_CERT4, true, true, in testReplaceMatchNoCerts2() 1912 replaceCerts(APP1_CERT1_CERT2, APP1_CERT1, true, true, in testReplaceMatchSomeCerts1() 1922 replaceCerts(APP1_CERT1_CERT2, APP1_CERT2, true, true, in testReplaceMatchSomeCerts2() 1932 replaceCerts(APP1_CERT1, APP1_CERT1_CERT2, true, true, in testReplaceMatchMoreCerts() 1943 InstallParams ip = replaceCerts(APP1_CERT1, APP1_CERT1_CERT2, false, true, in testReplaceMatchMoreCertsReplaceSomeCerts() 2409 int apk1 = APP1_CERT1_CERT2; in testCheckSignaturesAllMatch() 2423 int apk1 = APP1_CERT1_CERT2; in testCheckSignaturesSomeMatch1() [all …]
|