Home
last modified time | relevance | path

Searched defs:allProps (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DBiometricServiceRegistry.java87 @NonNull List<P> allProps) throws RemoteException; in invokeRegisteredCallback()
121 final List<P> allProps = new ArrayList<>(); in registerAllInBackground() local
134 @NonNull List<T> providers, @NonNull List<P> allProps) { in finishRegistration()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/
H A DFaceServiceRegistry.java68 @NonNull List<FaceSensorPropertiesInternal> allProps) throws RemoteException { in invokeRegisteredCallback()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
H A DFingerprintServiceRegistry.java69 @NonNull List<FingerprintSensorPropertiesInternal> allProps) throws RemoteException { in invokeRegisteredCallback()