Searched refs:intermediate (Results 1 - 5 of 5) sorted by relevance

/frameworks/support/volley/src/com/android/volley/
H A DResponse.java64 public boolean intermediate = false; field in class:Response
H A DExecutorDelivery.java104 // If this is an intermediate response, add a marker, otherwise we're done
106 if (mResponse.intermediate) {
107 mRequest.addMarker("intermediate-response");
H A DCacheDispatcher.java133 // Mark the response as intermediate.
134 response.intermediate = true;
136 // Post the intermediate response back to the user and have
/frameworks/base/core/tests/coretests/
H A DAndroid.mk31 # intermediate dir to include all the test apks as raw resource
36 # Rules to copy all the test apks to the intermediate raw resource directory
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DGlobalActions.java603 State(boolean intermediate) { argument
604 inTransition = intermediate;
702 * Implementations may override this if their state can be in on of the intermediate

Completed in 91 milliseconds