Searched refs:COMMAND_START_ACTIVITY (Results 1 – 3 of 3) sorted by relevance
49 public static final int COMMAND_START_ACTIVITY = 6; field in Constants
23 import static com.android.frameworks.perftests.am.util.Constants.COMMAND_START_ACTIVITY;126 case COMMAND_START_ACTIVITY: in sendCommand()
310 sendCommand(Constants.COMMAND_START_ACTIVITY, sourcePackage, targetPackage, 0, null, true); in startActivity()