Searched refs:halDeviceId (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/fingerprint/
H A DEnumerateClient.java31 public EnumerateClient(Context context, long halDeviceId, IBinder token, argument
34 super(context, halDeviceId, token, receiver, userId, groupId, restricted, owner);
H A DRemovalClient.java34 public RemovalClient(Context context, long halDeviceId, IBinder token, argument
37 super(context, halDeviceId, token, receiver, userId, groupId, restricted, owner);
H A DClientMonitor.java50 * @param halDeviceId the HAL device ID of the associated fingerprint hardware
59 public ClientMonitor(Context context, long halDeviceId, IBinder token, argument
63 mHalDeviceId = halDeviceId;
H A DEnrollClient.java40 public EnrollClient(Context context, long halDeviceId, IBinder token, argument
43 super(context, halDeviceId, token, receiver, userId, groupId, restricted, owner);
H A DAuthenticationClient.java41 public AuthenticationClient(Context context, long halDeviceId, IBinder token, argument
44 super(context, halDeviceId, token, receiver, callingUserId, groupId, restricted, owner);

Completed in 2285 milliseconds