Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DDialogTask.java71 public CountDownLatch getShowLatch() { in getShowLatch() method in DialogTask
DUiFacade.java325 mDialogTask.getShowLatch().await(); in dialogShow()
546 mFullScreenTask.getShowLatch().await(); in fullShow()
DFullScreenTask.java121 public CountDownLatch getShowLatch() { in getShowLatch() method in FullScreenTask
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothHidInputCounterTask.java72 public CountDownLatch getShowLatch() { in getShowLatch() method in BluetoothHidInputCounterTask
DBluetoothHidFacade.java444 mInputCounterTask.getShowLatch().await(); in bluetoothHidStartInputCounter()