OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:taskFuture
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Dialer/java/com/android/dialer/common/concurrent/
DialerFutureSerializer.java
64
*
taskFuture
is the future that comes from the callable.
76
final ListenableFuture<T>
taskFuture
=
79
// newFuture's lifetime is determined by
taskFuture
, unless
taskFuture
is cancelled, in which
82
taskFuture
.addListener(
84
if (
taskFuture
.isCancelled()) {
96
return
taskFuture
;
/external/mockito/src/test/java/org/mockitoutil/
ClassLoaders.java
116
Future<?>
taskFuture
= executorService.submit(new Runnable() {
129
taskFuture
.get();
Completed in 183 milliseconds