Searched refs:allProps (Results 1 – 3 of 3) sorted by relevance
87 @NonNull List<P> allProps) throws RemoteException; in invokeRegisteredCallback() argument121 final List<P> allProps = new ArrayList<>(); in registerAllInBackground() local127 allProps.addAll(props); in registerAllInBackground()130 finishRegistration(providers, allProps); in registerAllInBackground()134 @NonNull List<T> providers, @NonNull List<P> allProps) { in finishRegistration() argument136 mAllProps = Collections.unmodifiableList(allProps); in finishRegistration()
69 @NonNull List<FingerprintSensorPropertiesInternal> allProps) throws RemoteException { in invokeRegisteredCallback() argument70 callback.onAllAuthenticatorsRegistered(allProps); in invokeRegisteredCallback()
68 @NonNull List<FaceSensorPropertiesInternal> allProps) throws RemoteException { in invokeRegisteredCallback() argument69 callback.onAllAuthenticatorsRegistered(allProps); in invokeRegisteredCallback()