Home
last modified time | relevance | path

Searched refs:sIsProfilingMethod (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
DWindowPerfTestBase.java48 static boolean sIsProfilingMethod; field in WindowPerfTestBase
66 if (sIsProfilingMethod) { in tearDown()
96 sIsProfilingMethod = true; in startProfiling()
102 sIsProfilingMethod = false; in stopProfiling()
105 public static boolean sIsProfilingMethod() { in sIsProfilingMethod() method in WindowPerfTestBase
106 return sIsProfilingMethod; in sIsProfilingMethod()
/frameworks/base/apct-tests/perftests/windowmanager/src/android/wm/
DRecentsAnimationPerfTest.java236 sIsProfilingMethod() ? 10 * TIME_5_S_IN_NS : TIME_5_S_IN_NS, in testRecentsAnimation()