Home
last modified time | relevance | path

Searched defs:tokenHandle (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DLockSettingsInternal.java89 long tokenHandle, byte[] token, int userId); in setLockCredentialWithToken()
91 public abstract boolean unlockUserWithToken(long tokenHandle, byte[] token, int userId); in unlockUserWithToken()
H A DLockPatternUtils.java1411 long tokenHandle, byte[] token, int userHandle) { in setLockCredentialWithToken()
1432 public boolean unlockUserWithToken(long tokenHandle, byte[] token, int userId) { in unlockUserWithToken()
/aosp12/frameworks/hardware/interfaces/bufferhub/1.0/vts/functional/
H A DVtsHalBufferHubV1_0TargetTest.cpp272 native_handle_t* tokenHandle = native_handle_create(/*numFds=*/0, /*numInts=*/2); in TEST_F() local