Searched refs:COMMAND_WAIT_FOR_PROFILE_OUTPUT (Results 1 – 3 of 3) sorted by relevance
19 …ic android.server.wm.profileable.Components.ProfileableAppActivity.COMMAND_WAIT_FOR_PROFILE_OUTPUT;53 if (COMMAND_WAIT_FOR_PROFILE_OUTPUT.equals(command)) { in handleCommand()
32 public static final String COMMAND_WAIT_FOR_PROFILE_OUTPUT = "wait_for_profile_output"; field in Components.ProfileableAppActivity
21 …ic android.server.wm.profileable.Components.ProfileableAppActivity.COMMAND_WAIT_FOR_PROFILE_OUTPUT;131 activitySession.sendCommandAndWaitReply(COMMAND_WAIT_FOR_PROFILE_OUTPUT); in testProfile()