Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/components/timeline/
Dtimeline_component_test.ts569 const spyPrevEntry = spyOn(timelineComponent, 'moveToPreviousEntry'); constant
583 expect(spyPrevEntry).not.toHaveBeenCalled();
592 expect(spyPrevEntry).toHaveBeenCalled();
1414 const spyPrevEntry = spyOn(timelineComponent, 'moveToPreviousEntry'); constant
1422 expect(spyPrevEntry).not.toHaveBeenCalled();