OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mShowLatch
(Results
1 - 8
of
8
) sorted by null
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothHidInputCounterTask.java
41
protected final CountDownLatch
mShowLatch
= new CountDownLatch(1);
64
mShowLatch
.countDown();
73
return
mShowLatch
;
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DatePickerDialogTask.java
91
mShowLatch
.countDown();
DialogTask.java
48
protected final CountDownLatch
mShowLatch
= new CountDownLatch(1);
72
return
mShowLatch
;
TimePickerDialogTask.java
88
mShowLatch
.countDown();
ProgressDialogTask.java
51
mShowLatch
.countDown();
SeekBarDialogTask.java
106
mShowLatch
.countDown();
FullScreenTask.java
51
protected final CountDownLatch
mShowLatch
= new CountDownLatch(1);
87
mShowLatch
.countDown();
122
return
mShowLatch
;
AlertDialogTask.java
239
mShowLatch
.countDown();
Completed in 210 milliseconds