Searched refs:activityToLaunchClass (Results 1 – 1 of 1) sorted by relevance
211 Class<T> activityToLaunchClass, String newActivityId) { in startActivityFromActivity() argument212 Intent intent = new Intent(activityToLaunchFrom, activityToLaunchClass); in startActivityFromActivity()