Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/om/
H A DOverlayManagerSettings.java119 boolean setBaseCodePath(@NonNull final OverlayIdentifier overlay, final int userId, in setBaseCodePath() method in OverlayManagerSettings
/aosp14/frameworks/base/core/java/android/content/pm/
H A DApplicationInfo.java2664 /** {@hide} */ public void setBaseCodePath(String baseCodePath) { sourceDir = baseCodePath; } in setBaseCodePath() method in ApplicationInfo
H A DPackageParser.java7086 public void setBaseCodePath(String baseCodePath) { in setBaseCodePath() method in PackageParser.Package