Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DAmProfileTests.java20 import static android.server.wm.profileable.Components.PROFILEABLE_APP_ACTIVITY;
119 new Intent().setComponent(PROFILEABLE_APP_ACTIVITY)); in testProfile()
120 startProfiling(PROFILEABLE_APP_ACTIVITY.getPackageName(), sampling, streaming); in testProfile()
122 activitySession = startActivityProfiling(PROFILEABLE_APP_ACTIVITY, sampling, streaming); in testProfile()
127 launchActivity(PROFILEABLE_APP_ACTIVITY); in testProfile()
129 executeShellCommand(getStopProfileCmd(PROFILEABLE_APP_ACTIVITY)); in testProfile()
/cts/tests/framework/base/windowmanager/appProfileable/src/android/server/wm/profileable/
DComponents.java24 public static final ComponentName PROFILEABLE_APP_ACTIVITY = field in Components