Home
last modified time | relevance | path

Searched refs:STATE_INTENT_KEY (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
DPhotoViewFragment.java85 protected final static String STATE_INTENT_KEY = field in PhotoViewFragment
204 final Bundle state = savedInstanceState.getBundle(STATE_INTENT_KEY); in onCreate()
318 outState.putParcelable(STATE_INTENT_KEY, mIntent.getExtras()); in onSaveInstanceState()