Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/content/om/
H A DOverlayScanner.java196 final String propValue = apkLite.getRequiredSystemPropertyValue(); in parseOverlayManifest()
/aosp14/frameworks/base/core/java/android/content/pm/parsing/
H A DApkLite.java461 public @Nullable String getRequiredSystemPropertyValue() { in getRequiredSystemPropertyValue() method in ApkLite