Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DBiometricServiceRegistry.java87 @NonNull List<P> allProps) throws RemoteException; in invokeRegisteredCallback() argument
121 final List<P> allProps = new ArrayList<>(); in registerAllInBackground() local
127 allProps.addAll(props); in registerAllInBackground()
130 finishRegistration(providers, allProps); in registerAllInBackground()
134 @NonNull List<T> providers, @NonNull List<P> allProps) { in finishRegistration() argument
136 mAllProps = Collections.unmodifiableList(allProps); in finishRegistration()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
DFingerprintServiceRegistry.java69 @NonNull List<FingerprintSensorPropertiesInternal> allProps) throws RemoteException { in invokeRegisteredCallback() argument
70 callback.onAllAuthenticatorsRegistered(allProps); in invokeRegisteredCallback()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/
DFaceServiceRegistry.java68 @NonNull List<FaceSensorPropertiesInternal> allProps) throws RemoteException { in invokeRegisteredCallback() argument
69 callback.onAllAuthenticatorsRegistered(allProps); in invokeRegisteredCallback()