Home
last modified time | relevance | path

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

/development/tools/winscope/src/viewers/components/rects/
Drects_component_test.ts214 const sceneAfter = assertDefined(spy.calls.mostRecent().args.at(0));
229 const sceneAfter = assertDefined(spy.calls.mostRecent().args.at(0));
247 const sceneOpacity = assertDefined(spy.calls.mostRecent().args.at(0));
331 const miniRectsScene = assertDefined(spy.calls.mostRecent().args.at(0));
/development/tools/winscope/src/viewers/viewer_transitions/
Dviewer_transitions_component_test.ts123 (emitEventSpy.calls.mostRecent().args[1] as PropertyTreeNode)
139 (emitEventSpy.calls.mostRecent().args[1] as PropertyTreeNode)
/development/tools/winscope/src/viewers/components/
Dselect_with_filter_component_test.ts193 expect(assertDefined(spy.calls.mostRecent().args[0]).value).toEqual(
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkey.java444 File mostRecent = null; in reportAnrTraces() local
450 mostRecent = trace; in reportAnrTraces()
454 if (mostRecent != null) { in reportAnrTraces()
455 commandLineReport("anr traces", "cat " + mostRecent.getAbsolutePath()); in reportAnrTraces()