Searched refs:cancelAuthentication (Results 1 – 4 of 4) sorted by relevance
27 int cancelAuthentication(); in cancelAuthentication() method
33 void cancelAuthentication(IBinder token, String opPackageName); in cancelAuthentication() method
195 cancelAuthentication(mCrypto); in onCancel()792 private void cancelAuthentication(CryptoObject cryptoObject) { in cancelAuthentication() method in FingerprintManager794 mService.cancelAuthentication(mToken, mContext.getOpPackageName()); in cancelAuthentication()
407 int result = daemon.cancelAuthentication(); in stopAuthentication()758 public void cancelAuthentication(final IBinder token, String opPackageName) { in cancelAuthentication() method in FingerprintService.FingerprintServiceWrapper