Searched refs:jsIfaces (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
D | TestShellActivity.java | 791 HashMap<String, Object> jsIfaces = new HashMap<String, Object>(); 792 jsIfaces.put("layoutTestController", mCallbackProxy); 793 jsIfaces.put("eventSender", mCallbackProxy); 794 WebView newWindowView = new NewWindowWebView(TestShellActivity.this, jsIfaces); 810 public NewWindowWebView(Context context, Map<String, Object> jsIfaces) { in NewWindowWebView() argument 811 super(context, null, 0, jsIfaces, false); in NewWindowWebView()
|