Searched defs:startAuthentication (Results 1 - 2 of 2) sorted by path

/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DSession.java550 mHandlerCaller.getHandler().post(() -> startAuthentication(authenticationId,
1381 startAuthentication(authenticationId, dataset.getAuthentication(), fillInIntent);
1398 private void startAuthentication(int authenticationId, IntentSender intent, method in class:Session
/frameworks/base/services/core/java/com/android/server/fingerprint/
H A DFingerprintService.java805 private void startAuthentication(IBinder token, long opId, int callingUserId, int groupId, method in class:FingerprintService
810 if (DEBUG) Slog.v(TAG, "startAuthentication(" + opPackageName + ")");
1106 startAuthentication(token, opId, callingUserId, groupId, receiver,

Completed in 132 milliseconds