Loading core/java/android/app/FragmentManager.java +3 −3 Original line number Diff line number Diff line Loading @@ -332,7 +332,7 @@ final class FragmentManagerState implements Parcelable { * Container for fragments associated with an activity. */ final class FragmentManagerImpl extends FragmentManager { static boolean DEBUG = true; static boolean DEBUG = false; static final String TAG = "FragmentManager"; static final String TARGET_REQUEST_CODE_STATE_TAG = "android:target_req_state"; Loading Loading @@ -747,7 +747,7 @@ final class FragmentManagerImpl extends FragmentManager { f.onActivityCreated(f.mSavedFragmentState); if (!f.mCalled) { throw new SuperNotCalledException("Fragment " + f + " did not call through to super.onReady()"); + " did not call through to super.onActivityCreated()"); } f.mSavedFragmentState = null; } Loading Loading @@ -810,7 +810,7 @@ final class FragmentManagerImpl extends FragmentManager { f.onDestroyView(); if (!f.mCalled) { throw new SuperNotCalledException("Fragment " + f + " did not call through to super.onDestroyedView()"); + " did not call through to super.onDestroyView()"); } if (f.mView != null && f.mContainer != null) { Animator anim = null; Loading core/java/android/app/LoaderManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -186,7 +186,7 @@ public abstract class LoaderManager { class LoaderManagerImpl extends LoaderManager { static final String TAG = "LoaderManager"; static boolean DEBUG = true; static boolean DEBUG = false; // These are the currently active loaders. A loader is here // from the time its load is started until it has been explicitly Loading Loading
core/java/android/app/FragmentManager.java +3 −3 Original line number Diff line number Diff line Loading @@ -332,7 +332,7 @@ final class FragmentManagerState implements Parcelable { * Container for fragments associated with an activity. */ final class FragmentManagerImpl extends FragmentManager { static boolean DEBUG = true; static boolean DEBUG = false; static final String TAG = "FragmentManager"; static final String TARGET_REQUEST_CODE_STATE_TAG = "android:target_req_state"; Loading Loading @@ -747,7 +747,7 @@ final class FragmentManagerImpl extends FragmentManager { f.onActivityCreated(f.mSavedFragmentState); if (!f.mCalled) { throw new SuperNotCalledException("Fragment " + f + " did not call through to super.onReady()"); + " did not call through to super.onActivityCreated()"); } f.mSavedFragmentState = null; } Loading Loading @@ -810,7 +810,7 @@ final class FragmentManagerImpl extends FragmentManager { f.onDestroyView(); if (!f.mCalled) { throw new SuperNotCalledException("Fragment " + f + " did not call through to super.onDestroyedView()"); + " did not call through to super.onDestroyView()"); } if (f.mView != null && f.mContainer != null) { Animator anim = null; Loading
core/java/android/app/LoaderManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -186,7 +186,7 @@ public abstract class LoaderManager { class LoaderManagerImpl extends LoaderManager { static final String TAG = "LoaderManager"; static boolean DEBUG = true; static boolean DEBUG = false; // These are the currently active loaders. A loader is here // from the time its load is started until it has been explicitly Loading