Searched refs:activityCls (Results 1 – 1 of 1) sorted by relevance
97 Class<T> activityCls, in launchActivity() argument103 return launchActivityWithIntent(pkg, activityCls, intent); in launchActivity()121 Class<T> activityCls, in launchActivityWithIntent() argument123 intent.setClassName(pkg, activityCls.getName()); in launchActivityWithIntent()