Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DAmProfileTests.java115 final boolean streaming) throws Exception { in testProfile() argument
120 startProfiling(PROFILEABLE_APP_ACTIVITY.getPackageName(), sampling, streaming); in testProfile() local
122 activitySession = startActivityProfiling(PROFILEABLE_APP_ACTIVITY, sampling, streaming); in testProfile()
132 verifyOutputFileFormat(streaming); in testProfile()
136 private static void startProfiling(String processName, boolean sampling, boolean streaming) { in startProfiling() argument
138 appendProfileParameters(builder, sampling, streaming); in startProfiling()
145 boolean streaming) { in startActivityProfiling() argument
159 appendProfileParameters(builder, sampling, streaming); in startActivityProfiling()
167 boolean streaming) {
171 if (streaming) {
[all …]