Searched refs:PROFILEABLE_APP_ACTIVITY (Results 1 – 2 of 2) sorted by relevance
20 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()
24 public static final ComponentName PROFILEABLE_APP_ACTIVITY = field in Components