Home
last modified time | relevance | path

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

/aosp_15_r20/development/tools/winscope/src/app/components/timeline/
H A Dtimeline_utils.ts24 const shellData = transition.getChildByName('shellData'); constant
32 const shellData = transition.getChildByName('shellData'); constant
48 const shellData = transition.getChildByName('shellData'); constant
/aosp_15_r20/development/tools/winscope/src/parsers/transitions/operations/
H A Dadd_root_properties.ts27 const shellData = assertDefined(value.getChildByName('shellData')); constant
/aosp_15_r20/development/tools/winscope/src/parsers/transitions/legacy/
H A Dtraces_parser_transitions.ts82 const shellData = entry.getChildByName('shellData'); constant
/aosp_15_r20/platform_testing/libraries/flicker/utils/src/android/tools/traces/wm/
H A DTransition.kt29 val shellData: ShellTransitionData = ShellTransitionData(), constant in android.tools.traces.wm.Transition
/aosp_15_r20/packages/modules/StatsD/statsd/tests/shell/
DShellSubscriber_test.cpp87 ShellData shellData; in getExpectedPulledData() local