Searched refs:activityCls (Results 1 – 1 of 1) sorted by relevance
91 Class<T> activityCls, in launchActivity() argument97 return launchActivityWithIntent(pkg, activityCls, intent); in launchActivity()115 Class<T> activityCls, in launchActivityWithIntent() argument117 intent.setClassName(pkg, activityCls.getName()); in launchActivityWithIntent()