Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerNative.java167 public boolean hasSystemFeature(String featureName, int version) { in hasSystemFeature()
H A DPackageManagerShellCommand.java3456 final String featureName = getNextArg(); in runHasFeature() local
/aosp14/frameworks/base/location/java/android/location/
H A DAddress.java132 public void setFeatureName(String featureName) { in setFeatureName()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/app/
H A DMockPackageManager.java438 public boolean hasSystemFeature(@NonNull String featureName) { in hasSystemFeature()
443 public boolean hasSystemFeature(@NonNull String featureName, int version) { in hasSystemFeature()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/parsing/
H A DParsingPackageUtils.java1403 final String featureName = sa.getString( in parseRequiredFeature() local
1418 final String featureName = sa.getString( in parseRequiredNotFeature() local
/aosp14/frameworks/base/tools/aapt/
H A DCommand.cpp571 const String8& featureName = grp.features.keyAt(i); in printFeatureGroupImpl() local
/aosp14/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java7139 public abstract boolean hasSystemFeature(@NonNull String featureName); in hasSystemFeature()
7150 public abstract boolean hasSystemFeature(@NonNull String featureName, int version); in hasSystemFeature()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...