Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothHidInputCounterTask.java41 protected final CountDownLatch mShowLatch = new CountDownLatch(1); field in BluetoothHidInputCounterTask
64 mShowLatch.countDown(); in onCreate()
73 return mShowLatch; in getShowLatch()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DDialogTask.java48 protected final CountDownLatch mShowLatch = new CountDownLatch(1); field in DialogTask
72 return mShowLatch; in getShowLatch()
DFullScreenTask.java51 protected final CountDownLatch mShowLatch = new CountDownLatch(1); field in FullScreenTask
87 mShowLatch.countDown(); in onCreate()
122 return mShowLatch; in getShowLatch()
DProgressDialogTask.java51 mShowLatch.countDown(); in onCreate()
DTimePickerDialogTask.java88 mShowLatch.countDown(); in onCreate()
DDatePickerDialogTask.java91 mShowLatch.countDown(); in onCreate()
DSeekBarDialogTask.java106 mShowLatch.countDown(); in onCreate()
DAlertDialogTask.java239 mShowLatch.countDown(); in onCreate()