Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/locksettings/
DResumeOnRebootServiceProvider.java176 CountDownLatch binderLatch = new CountDownLatch(1); in wrapBlob() local
180 binderLatch); in wrapBlob()
182 waitForLatch(binderLatch, "wrapSecret", timeOutInMillis); in wrapBlob()
196 CountDownLatch binderLatch = new CountDownLatch(1); in unwrap() local
200 binderLatch); in unwrap()
202 waitForLatch(binderLatch, "unWrapSecret", timeOut); in unwrap()