Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DBaseInstallMultiple.java191 void run(boolean expectingSuccess) throws DeviceNotAvailableException { in run() argument
192 run(expectingSuccess, null); in run()
203 private void run(boolean expectingSuccess, String failure) throws DeviceNotAvailableException { in run() argument
205 runIncremental(expectingSuccess, failure); in run()
207 runNonIncremental(expectingSuccess, failure); in run()
212 private void runNonIncremental(boolean expectingSuccess, String failure) in runNonIncremental() argument
286 if (expectingSuccess) { in runNonIncremental()
296 …private void runIncremental(boolean expectingSuccess, String failure) throws DeviceNotAvailableExc… in runIncremental() argument
334 if (expectingSuccess) { in runIncremental()
DApkVerityInstallTest.java126 boolean expectingSuccess = incremental && !isIncrementalDeliveryV2Feature(); in testInstallBaseWithWrongSignature()
127 install.run(expectingSuccess); in testInstallBaseWithWrongSignature()
215 boolean expectingSuccess = in testInstallSplitOnlyMissingSignature()
217 install.run(expectingSuccess); in testInstallSplitOnlyMissingSignature()
/cts/hostsidetests/classloaders/useslibrary/src/android/classloaders/cts/
DBaseInstallMultiple.java123 private void run(boolean expectingSuccess, String failure) throws DeviceNotAvailableException { in run() argument
178 if (expectingSuccess) { in run()
/cts/hostsidetests/classloaders/splits/src/android/classloaders/cts/
DBaseInstallMultiple.java123 private void run(boolean expectingSuccess, String failure) throws DeviceNotAvailableException { in run() argument
178 if (expectingSuccess) { in run()
/cts/hostsidetests/dexmetadata/host/src/com/android/cts/dexmetadata/
DBaseInstallMultiple.java92 private void run(boolean expectingSuccess) throws DeviceNotAvailableException { in run() argument
149 if (expectingSuccess) { in run()