Searched defs:getAuthenticatorId (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintManager.java709 public long getAuthenticatorId() { method in class:FingerprintManager
712 return mService.getAuthenticatorId(mContext.getOpPackageName());
717 Log.w(TAG, "getAuthenticatorId(): Service not connected!");
/frameworks/base/services/core/java/com/android/server/fingerprint/
H A DFingerprintService.java861 public long getAuthenticatorId(String opPackageName) { method in class:FingerprintService.FingerprintServiceWrapper
878 return FingerprintService.this.getAuthenticatorId(opPackageName);
972 mCurrentAuthenticatorId = daemon.getAuthenticatorId();
1026 public long getAuthenticatorId(String opPackageName) { method in class:FingerprintService

Completed in 65 milliseconds