Searched refs:getLaunchActivityType (Results 1 – 5 of 5) sorted by relevance
64 assertEquals(ACTIVITY_TYPE_STANDARD, restoredOpts.getLaunchActivityType()); in testMerge_NoClobber()
1825 options != null && options.getLaunchActivityType() != ACTIVITY_TYPE_UNDEFINED in getValidLaunchStackOnDisplay()1826 ? options.getLaunchActivityType() : r.getActivityType(); in getValidLaunchStackOnDisplay()1870 activityType = options.getLaunchActivityType(); in resolveActivityType()
2719 activityType = activityOptions.getLaunchActivityType(); in startActivityFromRecents()
1296 } else if (options != null && options.getLaunchActivityType() == ACTIVITY_TYPE_ASSISTANT in setActivityType()
1227 public int getLaunchActivityType() { in getLaunchActivityType() method in ActivityOptions