Home
last modified time | relevance | path

Searched refs:SetJobFactoryForTesting (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/components/cronet/android/test/
H A Dmock_url_request_job_factory.cc43 ->SetJobFactoryForTesting(old_job_factory_); // IN-TEST in ~UrlInterceptorJobFactoryHandle()
61 request_context->SetJobFactoryForTesting( // IN-TEST in InitOnNetworkThread()
/aosp_15_r20/external/cronet/net/url_request/
H A Durl_request_context.h241 void SetJobFactoryForTesting(const URLRequestJobFactory* job_factory) { in SetJobFactoryForTesting() function