Searched refs:detectFace (Results 1 – 4 of 4) sorted by relevance
54 long detectFace(IBinder token, int userId, IFaceServiceReceiver receiver, String opPackageName); in detectFace() method
246 public void detectFace(@NonNull CancellationSignal cancel, in detectFace() method in FaceManager260 final long authId = mService.detectFace( in detectFace()
284 public long detectFace(final IBinder token, final int userId, in detectFace() method in FaceService.FaceServiceWrapper
2531 mFaceManager.detectFace(mFaceCancelSignal, mFaceDetectionCallback, userId); in startListeningForFace()