Searched defs:tokenHandle (Results 1 – 3 of 3) sorted by relevance
89 long tokenHandle, byte[] token, int userId); in setLockCredentialWithToken()91 public abstract boolean unlockUserWithToken(long tokenHandle, byte[] token, int userId); in unlockUserWithToken()
1411 long tokenHandle, byte[] token, int userHandle) { in setLockCredentialWithToken()1432 public boolean unlockUserWithToken(long tokenHandle, byte[] token, int userId) { in unlockUserWithToken()
272 native_handle_t* tokenHandle = native_handle_create(/*numFds=*/0, /*numInts=*/2); in TEST_F() local