Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/components/
Dadb_proxy_component.ts166 readonly addKey = new EventEmitter<string>(); property in AdbProxyComponent
178 this.addKey.emit(this.proxyKeyItem);
Dadb_proxy_component_test.ts107 const spy = spyOn(component.addKey, 'emit');