OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newFuture
(Results
1 - 2
of
2
) sorted by null
/frameworks/volley/src/main/java/com/android/volley/toolbox/
RequestFuture.java
33
* RequestFuture<JSONObject> future = RequestFuture.
newFuture
();
61
public static <E> RequestFuture<E>
newFuture
() {
/packages/services/Telephony/src/com/android/phone/vvm/omtp/protocol/
Vvm3Subscriber.java
204
RequestFuture<String> future = RequestFuture.
newFuture
();
232
RequestFuture<String> future = RequestFuture.
newFuture
();
260
RequestFuture<String> future = RequestFuture.
newFuture
();
Completed in 177 milliseconds