Searched refs:setBaseCodePath (Results 1 – 5 of 5) sorted by relevance
119 boolean setBaseCodePath(@NonNull final String packageName, final int userId, in setBaseCodePath() method in OverlayManagerSettings125 return mItems.get(idx).setBaseCodePath(path); in setBaseCodePath()456 private boolean setBaseCodePath(@NonNull final String path) { in setBaseCodePath() method in OverlayManagerSettings.SettingsItem
490 boolean modified = mSettings.setBaseCodePath(overlayPackage.packageName, userId, in updateState()
407 ai.setBaseCodePath(codeDir + "/base.dex"); in getMockApplicationInfo()
1500 /** {@hide} */ public void setBaseCodePath(String baseCodePath) { sourceDir = baseCodePath; } in setBaseCodePath() method in ApplicationInfo
1271 pkg.setBaseCodePath(apkPath); in parseBaseApk()5885 this.applicationInfo.setBaseCodePath(baseCodePath); in setApplicationInfoBaseCodePath()5889 childPackages.get(i).applicationInfo.setBaseCodePath(baseCodePath); in setApplicationInfoBaseCodePath()5941 public void setBaseCodePath(String baseCodePath) { in setBaseCodePath() method in Package