Searched refs:authRequestId (Results 1 – 1 of 1) sorted by relevance
438 public static int getRequestIdFromAuthenticationId(int authRequestId) { in getRequestIdFromAuthenticationId() argument439 return (authRequestId >> AUTHENTICATION_ID_DATASET_ID_SHIFT); in getRequestIdFromAuthenticationId()449 public static int getDatasetIdFromAuthenticationId(int authRequestId) { in getDatasetIdFromAuthenticationId() argument450 return (authRequestId & AUTHENTICATION_ID_DATASET_ID_MASK); in getDatasetIdFromAuthenticationId()