Home
last modified time | relevance | path

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

/external/libtextclassifier/java/tests/instrumentation/src/com/android/textclassifier/downloader/
DTestModelDownloaderService.java48 private static CountDownLatch onBindInvokedLatch = new CountDownLatch(1); field in TestModelDownloaderService
65 return onBindInvokedLatch; in getOnBindInvokedLatch()
86 onBindInvokedLatch = new CountDownLatch(1); in reset()
102 onBindInvokedLatch.countDown(); in onBind()