Home
last modified time | relevance | path

Searched defs:mShowLatch (Results 1 – 2 of 2) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DDialogTask.java48 protected final CountDownLatch mShowLatch = new CountDownLatch(1); field in DialogTask
DFullScreenTask.java51 protected final CountDownLatch mShowLatch = new CountDownLatch(1); field in FullScreenTask