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

/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
H A DPhotoViewActivity.java85 private final static String STATE_ACTIONBARSUBTITLE_KEY = field in class:PhotoViewActivity
232 mActionBarSubtitle = savedInstanceState.getString(STATE_ACTIONBARSUBTITLE_KEY);
331 outState.putString(STATE_ACTIONBARSUBTITLE_KEY, mActionBarSubtitle);
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
H A DPhotoViewActivity.java84 private final static String STATE_ACTIONBARSUBTITLE_KEY = field in class:PhotoViewActivity
231 mActionBarSubtitle = savedInstanceState.getString(STATE_ACTIONBARSUBTITLE_KEY);
330 outState.putString(STATE_ACTIONBARSUBTITLE_KEY, mActionBarSubtitle);

Completed in 52 milliseconds