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

/frameworks/base/services/core/java/com/android/server/fingerprint/
H A DFingerprintService.java833 public long getAuthenticatorId(String opPackageName) { method in class:FingerprintService.FingerprintServiceWrapper
850 return FingerprintService.this.getAuthenticatorId();
912 public long getAuthenticatorId() { method in class:FingerprintService
916 return daemon.getAuthenticatorId();
918 Slog.e(TAG, "getAuthenticatorId failed", e);
/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintManager.java658 public long getAuthenticatorId() { method in class:FingerprintManager
661 return mService.getAuthenticatorId(mContext.getOpPackageName());
663 Log.v(TAG, "Remote exception in getAuthenticatorId(): ", e);
666 Log.w(TAG, "getAuthenticatorId(): Service not connected!");

Completed in 70 milliseconds