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.java87 protected final static String STATE_INTENT_KEY = field in class:PhotoViewFragment
215 final Bundle state = savedInstanceState.getBundle(STATE_INTENT_KEY);
306 outState.putParcelable(STATE_INTENT_KEY, mIntent.getExtras());

Completed in 63 milliseconds