HomeSort by relevance Sort by last modified time
    Searched full:enqueuerequest (Results 1 - 15 of 15) sorted by null

  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
PublicApiFunctionalTest.java 109 Download download = enqueueRequest(getRequest());
148 final Download download = enqueueRequest(getRequest()
166 Download download = enqueueRequest(getRequest()
188 Download download = enqueueRequest(getRequest());
208 Download download = enqueueRequest(getRequest().setDestinationUri(getExternalUri()));
252 Download download1 = enqueueRequest(getRequest());
256 Download download2 = enqueueRequest(getRequest());
260 Download download3 = enqueueRequest(getRequest());
282 Download invisibleDownload = enqueueRequest(getRequest().setVisibleInDownloadsUi(false));
294 Download download1 = enqueueRequest(getRequest())
    [all...]
ThreadingTest.java 60 final Download d = enqueueRequest(getRequest());
AbstractPublicApiTest.java 245 protected Download enqueueRequest(DownloadManager.Request request) {
  /packages/apps/Dialer/java/com/android/dialer/app/contactinfo/
ContactInfoCache.java 122 enqueueRequest(number, countryIso, callLogContactInfo, /* immediate */ true, requestType);
128 enqueueRequest(number, countryIso, callLogContactInfo, /* immediate */ false, requestType);
134 enqueueRequest(number, countryIso, callLogContactInfo, /* immediate */ false, requestType);
176 enqueueRequest(
295 private void enqueueRequest(
  /hardware/libhardware/modules/camera/3_4/
v4l2_camera.h 78 int enqueueRequest(
camera.h 84 virtual int enqueueRequest(
v4l2_wrapper.h 85 virtual int EnqueueRequest(
v4l2_camera.cpp 193 int V4L2Camera::enqueueRequest(
256 res = device_->EnqueueRequest(request);
camera.cpp 369 enqueueRequest(request);
v4l2_wrapper.cpp 583 int V4L2Wrapper::EnqueueRequest(
  /external/tensorflow/tensorflow/contrib/verbs/
grpc_verbs_service.cc 73 EnqueueRequest(&verbs_service_, cq_, \
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_master_service.cc 97 EnqueueRequest(&master_service_, cq_.get(), \
grpc_call.h 196 static void EnqueueRequest(GrpcService* grpc_service,
  /external/skia/infra/bots/recipe_modules/core/resources/
elf_symbolizer.py 184 a2l.EnqueueRequest(addr, callback_arg)
248 def EnqueueRequest(self, addr, callback_arg):
  /external/skqp/infra/bots/recipe_modules/core/resources/
elf_symbolizer.py 184 a2l.EnqueueRequest(addr, callback_arg)
248 def EnqueueRequest(self, addr, callback_arg):

Completed in 1041 milliseconds