Searched refs:PROFILEABLE_APP_ACTIVITY (Results 1 – 2 of 2) sorted by relevance
22 import static android.server.wm.profileable.Components.PROFILEABLE_APP_ACTIVITY;122 new Intent().setComponent(PROFILEABLE_APP_ACTIVITY)); in testProfile()123 startProfiling(PROFILEABLE_APP_ACTIVITY.getPackageName(), sampling, streaming); in testProfile()125 activitySession = startActivityProfiling(PROFILEABLE_APP_ACTIVITY, sampling, streaming); in testProfile()130 launchActivity(PROFILEABLE_APP_ACTIVITY); in testProfile()132 executeShellCommand(getStopProfileCmd(PROFILEABLE_APP_ACTIVITY)); in testProfile()
24 public static final ComponentName PROFILEABLE_APP_ACTIVITY = field in Components