Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/ui/src/core/
H A Dapp_impl.ts73 readonly testingMode: boolean; property in AppContext
287 get testingMode(): boolean { method in AppImpl
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/
H A DPowerAdvisorTest.cpp175 void PowerAdvisorTest::setTimingTestingMode(bool testingMode) { in setTimingTestingMode()