Searched refs:mActivityType (Results 1 – 2 of 2) sorted by relevance
63 this.activityType = builder.mActivityType; in WaitForValidActivityState()118 private int mActivityType = ACTIVITY_TYPE_UNDEFINED; field in WaitForValidActivityState.Builder143 mActivityType = activityType; in setActivityType()
79 private int mActivityType = ACTIVITY_TYPE_UNDEFINED; field in LaunchActivityBuilder307 mActivityType = type; in setActivityType()513 b.putInt(KEY_ACTIVITY_TYPE, mActivityType); in launchUsingInstrumentation()580 if (mActivityType != ACTIVITY_TYPE_UNDEFINED) { in launchUsingShellCommand()581 commandBuilder.append(" --ei " + KEY_ACTIVITY_TYPE + " ").append(mActivityType); in launchUsingShellCommand()