Home | History | Annotate | Download | only in widget

Lines Matching refs:token

28      * Create an escrow token for the current user, which can later be used to unlock FBE
32 * confirm credential operation in order to activate the token for future use. If the user
33 * has no secure lockscreen, then the token is activated immediately.
35 * @return a unique 64-bit token handle which is needed to refer to this token later.
37 public abstract long addEscrowToken(byte[] token, int userId);
40 * Remove an escrow token.
41 * @return true if the given handle refers to a valid token previously returned from
47 * Check if the given escrow token is active or not. Only active token can be used to call
53 long tokenHandle, byte[] token, int requestedQuality, int userId);
55 public abstract boolean unlockUserWithToken(long tokenHandle, byte[] token, int userId);