Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DApexManager.java114 public static class ActiveApexInfo { class in ApexManager
119 private ActiveApexInfo(File apexDirectory, File preInstalledApexPath) { in ActiveApexInfo() method in ApexManager.ActiveApexInfo
123 private ActiveApexInfo(@Nullable String apexModuleName, File apexDirectory, in ActiveApexInfo() method in ApexManager.ActiveApexInfo
130 private ActiveApexInfo(ApexInfo apexInfo) { in ActiveApexInfo() method in ApexManager.ActiveApexInfo