Searched refs:instantiateWithInjections (Results 1 – 1 of 1) sorted by relevance
317 Fragment f = instantiateWithInjections(extensionContext, className, arguments); in instantiate()323 return instantiateWithInjections(context, className, arguments); in instantiate()326 private Fragment instantiateWithInjections(Context context, String className, Bundle args) { in instantiateWithInjections() method in FragmentHostManager.ExtensionFragmentManager