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

/frameworks/base/services/core/java/com/android/server/fingerprint/
H A DInternalRemovalClient.java26 public InternalRemovalClient(Context context, long halDeviceId, IBinder token, argument
30 super(context, halDeviceId, token, receiver, fingerId, groupId, userId, restricted, owner);
H A DInternalEnumerateClient.java35 public InternalEnumerateClient(Context context, long halDeviceId, IBinder token, argument
39 super(context, halDeviceId, token, receiver, userId, groupId, restricted, owner);
H A DEnumerateClient.java32 public EnumerateClient(Context context, long halDeviceId, IBinder token, argument
35 super(context, halDeviceId, token, receiver, userId, groupId, restricted, owner);
H A DRemovalClient.java35 public RemovalClient(Context context, long halDeviceId, IBinder token, argument
38 super(context, halDeviceId, token, receiver, userId, groupId, restricted, owner);
H A DClientMonitor.java63 * @param halDeviceId the HAL device ID of the associated fingerprint hardware
72 public ClientMonitor(Context context, long halDeviceId, IBinder token, argument
76 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.java88 public AuthenticationClient(Context context, long halDeviceId, IBinder token, argument
92 super(context, halDeviceId, token, receiver, targetUserId, groupId, restricted, owner);

Completed in 222 milliseconds