Class ErrorDialogManager.HoneycombManagerFragment

  • All Implemented Interfaces:
    android.content.ComponentCallbacks, android.content.ComponentCallbacks2, android.view.View.OnCreateContextMenuListener
    Enclosing class:
    ErrorDialogManager

    public static class ErrorDialogManager.HoneycombManagerFragment
    extends android.app.Fragment
    • Nested Class Summary

      • Nested classes/interfaces inherited from class android.app.Fragment

        android.app.Fragment.InstantiationException, android.app.Fragment.SavedState
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected android.os.Bundle argumentsForErrorDialog  
      protected boolean finishAfterDialog  
      • Fields inherited from interface android.content.ComponentCallbacks2

        TRIM_MEMORY_BACKGROUND, TRIM_MEMORY_COMPLETE, TRIM_MEMORY_MODERATE, TRIM_MEMORY_RUNNING_CRITICAL, TRIM_MEMORY_RUNNING_LOW, TRIM_MEMORY_RUNNING_MODERATE, TRIM_MEMORY_UI_HIDDEN
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void attachTo​(android.app.Activity activity, java.lang.Object executionScope, boolean finishAfterDialog, android.os.Bundle argumentsForErrorDialog)  
      void onEventMainThread​(ThrowableFailureEvent event)  
      void onPause()  
      void onResume()  
      • Methods inherited from class android.app.Fragment

        dump, equals, getActivity, getArguments, getFragmentManager, getId, getLoaderManager, getResources, getRetainInstance, getString, getString, getTag, getTargetFragment, getTargetRequestCode, getText, getUserVisibleHint, getView, hashCode, instantiate, instantiate, isAdded, isDetached, isHidden, isInLayout, isRemoving, isResumed, isVisible, onActivityCreated, onActivityResult, onAttach, onConfigurationChanged, onContextItemSelected, onCreate, onCreateAnimator, onCreateContextMenu, onCreateOptionsMenu, onCreateView, onDestroy, onDestroyOptionsMenu, onDestroyView, onDetach, onHiddenChanged, onInflate, onInflate, onLowMemory, onOptionsItemSelected, onOptionsMenuClosed, onPrepareOptionsMenu, onSaveInstanceState, onStart, onStop, onTrimMemory, onViewCreated, registerForContextMenu, setArguments, setHasOptionsMenu, setInitialSavedState, setMenuVisibility, setRetainInstance, setTargetFragment, setUserVisibleHint, startActivity, startActivity, startActivityForResult, startActivityForResult, toString, unregisterForContextMenu
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • finishAfterDialog

        protected boolean finishAfterDialog
      • argumentsForErrorDialog

        protected android.os.Bundle argumentsForErrorDialog
    • Constructor Detail

      • HoneycombManagerFragment

        public HoneycombManagerFragment()
    • Method Detail

      • onResume

        public void onResume()
        Overrides:
        onResume in class android.app.Fragment
      • onPause

        public void onPause()
        Overrides:
        onPause in class android.app.Fragment
      • attachTo

        public static void attachTo​(android.app.Activity activity,
                                    java.lang.Object executionScope,
                                    boolean finishAfterDialog,
                                    android.os.Bundle argumentsForErrorDialog)