Home
last modified time | relevance | path

Searched defs:onFeatureSet (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DFaceSetFeatureClient.java92 public void onFeatureSet(boolean success) { in onFeatureSet() method in FaceSetFeatureClient
H A DSensor.java413 public void onFeatureSet(byte feature) { in onFeatureSet() method in Sensor.HalSessionCallback
/aosp14/frameworks/base/core/java/android/hardware/face/
H A DFaceServiceReceiver.java64 public void onFeatureSet(boolean success, int feature) throws RemoteException { in onFeatureSet() method in FaceServiceReceiver
H A DIFaceServiceReceiver.aidl34 void onFeatureSet(boolean success, int feature); in onFeatureSet() method
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DClientMonitorCallbackConverter.java146 public void onFeatureSet(boolean success, int feature) throws RemoteException { in onFeatureSet() method in ClientMonitorCallbackConverter