Home
last modified time | relevance | path

Searched defs:mShowLatch (Results 1 – 3 of 3) 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
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothHidInputCounterTask.java41 protected final CountDownLatch mShowLatch = new CountDownLatch(1); field in BluetoothHidInputCounterTask