Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DAppSecurityTests.java189 testInstrumentationDiffCert(false, false); in testInstrumentationDiffCert_full()
194 testInstrumentationDiffCert(false, true); in testInstrumentationDiffCert_instant()
195 testInstrumentationDiffCert(true, false); in testInstrumentationDiffCert_instant()
196 testInstrumentationDiffCert(true, true); in testInstrumentationDiffCert_instant()
198 private void testInstrumentationDiffCert(boolean targetInstant, boolean instrumentInstant) in testInstrumentationDiffCert() method in AppSecurityTests