Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DApexManager.java118 public static class ActiveApexInfo { class in ApexManager
126 private ActiveApexInfo(File apexDirectory, File preInstalledApexPath, File apexFile) { in ActiveApexInfo() method in ApexManager.ActiveApexInfo
130 private ActiveApexInfo(@Nullable String apexModuleName, File apexDirectory, in ActiveApexInfo() method in ApexManager.ActiveApexInfo
141 public ActiveApexInfo(ApexInfo apexInfo) { in ActiveApexInfo() method in ApexManager.ActiveApexInfo