public abstract class EnumerateClient extends ClientMonitor
DEBUG, ERROR_ESRCH, TAG
Constructor and Description |
---|
EnumerateClient(Context context,
long halDeviceId,
IBinder token,
IFingerprintServiceReceiver receiver,
int userId,
int groupId,
boolean restricted,
String owner) |
Modifier and Type | Method and Description |
---|---|
boolean |
onEnumerationResult(int fingerId,
int groupId) |
int |
start()
Contacts fingerprintd to start the client.
|
int |
stop(boolean initiatedByClient)
Contacts fingerprintd to stop the client.
|
binderDied, destroy, finalize, getContext, getFingerprintDaemon, getGroupId, getHalDeviceId, getIsRestricted, getOwnerString, getReceiver, getTargetUserId, getToken, notifyUserActivity, onAcquired, onAuthenticated, onEnrollResult, onError, onRemoved
public int start()
ClientMonitor
start
in class ClientMonitor
public int stop(boolean initiatedByClient)
ClientMonitor
stop
in class ClientMonitor
initiatedByClient
- whether the operation is at the request of a clientpublic boolean onEnumerationResult(int fingerId, int groupId)
onEnumerationResult
in class ClientMonitor