Home
last modified time | relevance | path

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

/aosp12/system/apex/tests/src/com/android/tests/apex/host/
H A DApexCompressionTests.java57 private static final String APEX_ACTIVE_DIR = "/data/apex/active/"; field in ApexCompressionTests
71 APEX_ACTIVE_DIR + COMPRESSED_APEX_PACKAGE_NAME + "*apex", in setUp()
82 APEX_ACTIVE_DIR + COMPRESSED_APEX_PACKAGE_NAME + "*apex", in tearDown()
171 files = getFilesInDir(APEX_ACTIVE_DIR); in testCompressedApexIsDecompressedAndActivated()
340 getDevice().pushFile(file, APEX_ACTIVE_DIR + COMPRESSED_APEX_PACKAGE_NAME + "@2.apex"); in testFailsToActivateApexOnDataFallbacksToPreInstalled()
355 APEX_ACTIVE_DIR + COMPRESSED_APEX_PACKAGE_NAME + "@2" in testFailsToActivateApexOnDataFallbacksToPreInstalled()
358 APEX_ACTIVE_DIR + COMPRESSED_APEX_PACKAGE_NAME + "@2.apex")).isFalse(); in testFailsToActivateApexOnDataFallbacksToPreInstalled()
424 APEX_ACTIVE_DIR + COMPRESSED_APEX_PACKAGE_NAME + "@1" + DECOMPRESSED_APEX_SUFFIX)); in testOrphanedDecompressedApexInActiveDirIsIgnored()
434 assertThat(getFilesInDir(APEX_ACTIVE_DIR)) in testOrphanedDecompressedApexInActiveDirIsIgnored()