Home
last modified time | relevance | path

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

/aosp_15_r20/development/tools/winscope/src/viewers/viewer_search/
H A Dpresenter.ts153 const runQueryIndex = this.runQueries.findIndex((r) => r.query === query); constant
155 const trace = this.runQueries[runQueryIndex].trace; constant