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

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

Completed in 38 milliseconds