Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/
DMyWebView.java76 private final CountDownLatch mPasswordLatch = new CountDownLatch(1); field in MyWebView.FillExpectation
94 mPasswordLatch.countDown(); in setPassword()
104 assertCalled(mPasswordLatch, "password"); in assertPasswordCalled()