Home
last modified time | relevance | path

Searched defs:apexName (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/apex/tests/src/com/android/tests/apex/
H A DSharedLibsApexTest.java77 private String getTestApex(ApexName apexName, ApexType apexType, ApexVersion apexVersion, in getTestApex()
138 private String getInstalledApexFileName(ApexName apexName, ApexVersion apexVersion) { in getInstalledApexFileName()
H A DApexE2EBaseHostTest.java152 protected final void uninstallApex(String apexName) throws Exception { in uninstallApex()
/aosp12/frameworks/base/tests/RollbackTest/StagedRollbackTest/src/com/android/tests/rollback/host/
H A DStagedRollbackTest.java639 private static String apexDataDirDeSys(String apexName) { in apexDataDirDeSys()
643 private static String apexDataDirDeUser(String apexName, int userId) { in apexDataDirDeUser()
647 private static String apexDataDirCe(String apexName, int userId) { in apexDataDirCe()
651 private static String apkDataDirDe(String apexName, int userId) { in apkDataDirDe()
/aosp12/build/soong/apex/
H A Dandroidmk.go76 func (a *apexBundle) androidMkForFiles(w io.Writer, apexBundleName, apexName, moduleDir string, argument