Home
last modified time | relevance | path

Searched refs:libAssets (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
DResourcesManager.java1535 public void appendLibAssetsForMainAssetPath(String assetPath, String[] libAssets) { in appendLibAssetsForMainAssetPath() argument
1548 for (String libAsset : libAssets) { in appendLibAssetsForMainAssetPath()
1652 private void appendLibAssetsLocked(@NonNull SharedLibraryAssets libAssets) { in appendLibAssetsLocked() argument
1666 final var newKey = createNewResourceKeyIfNeeded(key, libAssets.getResourcesKey()); in appendLibAssetsLocked()