Home
last modified time | relevance | path

Searched refs:OdpWebViewClient (Results 1 – 3 of 3) sorted by relevance

/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/display/
DOdpWebViewClientTests.java286 new OdpWebViewClient(mContext, in testDefaultInjector()
291 OdpWebViewClient.Injector injector = new OdpWebViewClient.Injector(); in testDefaultInjector()
298 class TestInjector extends OdpWebViewClient.Injector {
319 return new OdpWebViewClient(mContext, in getWebViewClient()
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/display/
DOdpWebViewClient.java51 public class OdpWebViewClient extends WebViewClient { class
71 public OdpWebViewClient(Context context, ComponentName service, long queryId, in OdpWebViewClient() method in OdpWebViewClient
77 public OdpWebViewClient(Context context, ComponentName service, long queryId, in OdpWebViewClient() method in OdpWebViewClient
DDisplayHelper.java148 new OdpWebViewClient(mContext, service, queryId, logRecord)); in createWebView()