Home
last modified time | relevance | path

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

/system/apex/tests/src/com/android/tests/apex/
DApexdHostTest.java52 private static final String SHIM_APEX_PATH = "/system/apex/com.android.apex.cts.shim.apex"; field in ApexdHostTest
129 final File oldFile = getDevice().pullFile(SHIM_APEX_PATH); in testRemountApex()
138 getDevice().pushFile(newFile, SHIM_APEX_PATH); in testRemountApex()
150 getDevice().pushFile(oldFile, SHIM_APEX_PATH); in testRemountApex()