Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/components/
Dcollect_traces_component.ts362 isAdbProxy = true; property in CollectTracesComponent
382 if (this.isAdbProxy) {
452 this.isAdbProxy = true;
461 this.isAdbProxy = false;
530 isActive = this.isAdbProxy ? 'active' : 'inactive';
532 isActive = !this.isAdbProxy ? 'active' : 'inactive';
Dcollect_traces_component_test.ts69 component.isAdbProxy = true;
130 component.isAdbProxy = true;