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.java75 assumeTrue(isIncrementalInstallSupported()); in setUp()
DCtsExtractNativeLibsHostTestUpdates.java86 assumeTrue(isIncrementalInstallSupported()); in setUp()
DCtsExtractNativeLibsHostTestAbiOverride.java77 assumeTrue(isIncrementalInstallSupported()); in setUp()
DCtsExtractNativeLibsHostTestBase.java81 boolean isIncrementalInstallSupported() throws Exception { in isIncrementalInstallSupported() method in CtsExtractNativeLibsHostTestBase