Home
last modified time | relevance | path

Searched refs:authRequestId (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java538 public static int getRequestIdFromAuthenticationId(int authRequestId) { in getRequestIdFromAuthenticationId() argument
539 return (authRequestId >> AUTHENTICATION_ID_DATASET_ID_SHIFT); in getRequestIdFromAuthenticationId()
549 public static int getDatasetIdFromAuthenticationId(int authRequestId) { in getDatasetIdFromAuthenticationId() argument
550 return (authRequestId & AUTHENTICATION_ID_DATASET_ID_MASK); in getDatasetIdFromAuthenticationId()