Searched refs:mostRecent (Results 1 – 4 of 4) sorted by relevance
214 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));
123 (emitEventSpy.calls.mostRecent().args[1] as PropertyTreeNode)139 (emitEventSpy.calls.mostRecent().args[1] as PropertyTreeNode)
193 expect(assertDefined(spy.calls.mostRecent().args[0]).value).toEqual(
444 File mostRecent = null; in reportAnrTraces() local450 mostRecent = trace; in reportAnrTraces()454 if (mostRecent != null) { in reportAnrTraces()455 commandLineReport("anr traces", "cat " + mostRecent.getAbsolutePath()); in reportAnrTraces()