Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DAmProfileTests.java120 startProfiling(PROFILEABLE_APP_ACTIVITY.getPackageName(), sampling, streaming); in testProfile()
136 private static void startProfiling(String processName, boolean sampling, boolean streaming) { in startProfiling() method in AmProfileTests
/cts/tests/app/src/android/app/cts/
DInstrumentationTest.java289 mInstrumentation.startProfiling(); in testProfiling()