Home
last modified time | relevance | path

Searched refs:showPopupWindow (Results 1 – 4 of 4) sorted by relevance

/development/tools/winscope/src/common/
Dwindow_utils_test.ts28 expect(WindowUtils.showPopupWindow('test')).toEqual(true);
35 expect(WindowUtils.showPopupWindow('test')).toEqual(false);
Dwindow_utils.ts18 static showPopupWindow(url: string): boolean { method in WindowUtils
/development/tools/winscope/src/trace_collection/wdp/
Dwdp_host_connection.ts69 const popup = WindowUtils.showPopupWindow(resp.error.approveUrl);
Dwdp_device_connection.ts60 const popup = WindowUtils.showPopupWindow(this.approveUrl);