Searched refs:findFragmentById (Results 1 – 12 of 12) sorted by relevance
31 if (fm.findFragmentById(android.R.id.content) == null) { in onCreate()
40 if (fm.findFragmentById(android.R.id.content) == null) { in onCreate()
53 if (fm.findFragmentById(android.R.id.content) == null) { in onCreate()
73 if (fm.findFragmentById(android.R.id.content) == null) { in onCreate()
54 if (fm.findFragmentById(android.R.id.content) == null) { in onCreate()
48 if (fm.findFragmentById(android.R.id.content) == null) { in onCreate()
90 .getFragmentManager().findFragmentById(R.id.content); in onDialogStateRestored()
170 mFragment = mFragments.getFragmentManager().findFragmentById(VIEW_ID); in recreateFragment()
54 Fragment fragment = getFragmentManager().findFragmentById(fragmentId); in onListItemClick()
201 public abstract Fragment findFragmentById(int id); in findFragmentById() method in FragmentManager1826 public Fragment findFragmentById(int id) { in findFragmentById() method in FragmentManagerImpl3541 Fragment fragment = id != View.NO_ID ? findFragmentById(id) : null; in onCreateView()3546 fragment = findFragmentById(containerId); in onCreateView()
4255 method public abstract android.app.Fragment findFragmentById(int);
4926 method @Deprecated public abstract android.app.Fragment findFragmentById(int);