Home
last modified time | relevance | path

Searched defs:feature (Results 1 – 25 of 54) sorted by relevance

123

/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/
H A DPackageParser2.java83 public boolean hasFeature(String feature) { in forParsingFileWithDefaults()
/aosp14/frameworks/base/telephony/java/com/android/ims/
H A DImsConfigListener.aidl34 void onGetFeatureResponse(int feature, int network, int value, int status); in onGetFeatureResponse()
51 void onSetFeatureResponse(int feature, int network, int value, int status); in onSetFeatureResponse()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DAidlConversionUtils.java186 public static byte convertFrameworkToAidlFeature(int feature) throws IllegalArgumentException { in convertFrameworkToAidlFeature()
198 public static int convertAidlToFrameworkFeature(byte feature) throws IllegalArgumentException { in convertAidlToFrameworkFeature()
H A DFaceSetFeatureClient.java53 int feature, boolean enabled, byte[] hardwareAuthToken) { in FaceSetFeatureClient()
/aosp14/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsConfig.aidl81 oneway void getFeatureValue(int feature, int network, ImsConfigListener listener); in getFeatureValue()
94 oneway void setFeatureValue(int feature, int network, int value, ImsConfigListener listener); in setFeatureValue()
H A DIImsServiceFeatureCallback.aidl26 void imsFeatureCreated(in ImsFeatureContainer feature, int subId); in imsFeatureCreated()
/aosp14/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
H A DImsConfigImplBase.java125 public void getFeatureValue(int feature, int network, ImsConfigListener listener) in getFeatureValue()
139 public void setFeatureValue(int feature, int network, int value, ImsConfigListener listener) in setFeatureValue()
319 public void getFeatureValue(int feature, int network, ImsConfigListener listener) in getFeatureValue()
328 public void setFeatureValue(int feature, int network, int value, ImsConfigListener listener) in setFeatureValue()
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/sidecar/
H A DSampleSidecarImpl.java83 CommonFoldingFeature feature = mStoredFeatures.get(i); in deviceStateFromFeature() local
125 SidecarDisplayFeature feature = new SidecarDisplayFeature(); in getDisplayFeatures() local
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
H A DTestHal.java89 public int setFeature(int feature, boolean enabled, ArrayList<Byte> hat, int faceId) { in setFeature()
94 public OptionalBool getFeature(int feature, int faceId) { in getFeature()
H A DFaceGetFeatureClient.java54 int feature, int faceId) { in FaceGetFeatureClient()
H A DFaceSetFeatureClient.java54 int feature, boolean enabled, byte[] hardwareAuthToken, int faceId) { in FaceSetFeatureClient()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayAreaOrganizerController.java60 DeathRecipient(IDisplayAreaOrganizer organizer, int feature) { in DeathRecipient()
86 DisplayAreaOrganizerState(IDisplayAreaOrganizer organizer, int feature) { in DisplayAreaOrganizerState()
129 IDisplayAreaOrganizer organizer, int feature) { in registerOrganizer()
H A DRootDisplayArea.java89 Feature feature = features.get(i); in placeImeContainer() local
H A DDisplayAreaPolicyBuilder.java458 HierarchyBuilder addFeature(DisplayAreaPolicyBuilder.Feature feature) { in addFeature()
529 final Feature feature = mFeatures.get(i); in build() local
861 Feature feature = features.get(i); in getDisplayAreas() local
900 PendingArea(Feature feature, int minLayer, PendingArea parent) { in PendingArea()
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
H A DCameraBinderTestUtils.java71 final static public boolean isFeatureAvailable(Context context, String feature) { in isFeatureAvailable()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayAreaOrganizerTest.java84 private IDisplayAreaOrganizer registerMockOrganizer(int feature) { in registerMockOrganizer()
88 private IDisplayAreaOrganizer registerMockOrganizer(int feature, Binder binder) { in registerMockOrganizer()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DVisibilityExtractor.java97 private boolean adminAllowsKeyguardFeature(int userHandle, int feature) { in adminAllowsKeyguardFeature()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/component/
H A DParsedAttributionUtils.java139 ParsedAttribution feature = attributions.get(attributionNum); in isCombinationValid() local
/aosp14/frameworks/base/core/java/android/util/
H A DFeatureFlagUtils.java275 public static boolean isEnabled(Context context, String feature) { in isEnabled()
302 public static void setEnabled(Context context, String feature, boolean enabled) { in setEnabled()
314 private static String getSystemPropertyPrefix(String feature) { in getSystemPropertyPrefix()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DExtensionControllerImpl.java125 public ExtensionController.ExtensionBuilder<T> withFeature(String feature, in withFeature()
221 public void addFeature(String feature, Supplier<T> mode) { in addFeature()
346 public FeatureItem(String feature, Supplier<T> supplier) { in FeatureItem()
/aosp14/frameworks/base/core/java/android/hardware/face/
H A DFaceServiceReceiver.java64 public void onFeatureSet(boolean success, int feature) throws RemoteException { in onFeatureSet()
H A DIFaceServiceReceiver.aidl34 void onFeatureSet(boolean success, int feature); in onFeatureSet()
/aosp14/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsFeatureConfiguration.java155 void addFeature(int slotId, int feature) { in addFeature()
/aosp14/frameworks/base/core/java/com/android/internal/content/
H A DF2fsUtils.java197 final File feature = features[i]; in isCompressionEnabledInKernel() local
/aosp14/system/core/fs_mgr/tests/
H A Dvts_fs_test.cpp34 bool DeviceSupportsFeature(const char* feature) { in DeviceSupportsFeature()

123