Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/components/
Dcollect_traces_component_test.ts151 .and.returnValue({'35562': {model: 'Pixel 6', authorised: true}});
164 .and.returnValue({'35562': {model: 'Pixel 6', authorised: false}});
182 .and.returnValue({'35562': {model: 'Pixel 6', authorised: true}});
193 const mock = {model: 'Pixel 6', authorised: true};
216 const mock = {model: 'Pixel 6', authorised: true};
232 const mock = {model: 'Pixel 6', authorised: true};
248 const mock = {model: 'Pixel 6', authorised: true};
/development/tools/winscope/src/trace_collection/
Dproxy_client.ts27 authorised: boolean; property
281 if (last && client.devices[last] && client.devices[last].authorised) {