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.java198 testInstrumentationDiffCert(false, false); in testInstrumentationDiffCert_full()
203 testInstrumentationDiffCert(false, true); in testInstrumentationDiffCert_instant()
204 testInstrumentationDiffCert(true, false); in testInstrumentationDiffCert_instant()
205 testInstrumentationDiffCert(true, true); in testInstrumentationDiffCert_instant()
207 private void testInstrumentationDiffCert(boolean targetInstant, boolean instrumentInstant) in testInstrumentationDiffCert() method in AppSecurityTests