Home
last modified time | relevance | path

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

/cts/hostsidetests/packagemanager/extractnativelibs/src/android/extractnativelibs/cts/
DCtsExtractNativeLibsHostTestFails.java41 assumeTrue(isIncrementalInstallSupported()); in setUp()
DCtsExtractNativeLibsHostTestInstalls.java73 assumeTrue(isIncrementalInstallSupported()); in setUp()
DCtsExtractNativeLibsHostTestUpdates.java82 assumeTrue(isIncrementalInstallSupported()); in setUp()
DCtsExtractNativeLibsHostTestAbiOverride.java72 assumeTrue(isIncrementalInstallSupported()); in setUp()
DCtsExtractNativeLibsHostTestBase.java80 boolean isIncrementalInstallSupported() throws Exception { in isIncrementalInstallSupported() method in CtsExtractNativeLibsHostTestBase