Searched defs:mLatch (Results 1 – 2 of 2) sorted by relevance
| /external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/ | ||
| D | FullScreenTask.java | 215 CountDownLatch mLatch = new CountDownLatch(1); field in FullScreenTask.SetProperty |
| /external/sl4a/Utils/src/com/googlecode/android_scripting/future/ | ||
| D | FutureResult.java | 29 private final CountDownLatch mLatch = new CountDownLatch(1); field in FutureResult |