Home
last modified time | relevance | path

Searched defs:emitEventSpy (Results 1 – 2 of 2) sorted by relevance

/development/tools/winscope/src/viewers/common/
Dlog_viewer_presenter_test.ts296 const emitEventSpy = jasmine.createSpy(); constant
323 const emitEventSpy = jasmine.createSpy(); constant
339 const emitEventSpy = jasmine.createSpy(); constant
363 const emitEventSpy = jasmine.createSpy(); constant
/development/tools/winscope/src/viewers/viewer_search/
Dpresenter_test.ts51 let emitEventSpy: jasmine.Spy; variable