Home
last modified time | relevance | path

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

/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewController.java102 private final static String STATE_ACTIONBARSUBTITLE_KEY = field in PhotoViewController
288 mActionBarSubtitle = savedInstanceState.getString(STATE_ACTIONBARSUBTITLE_KEY); in onCreate()
439 outState.putString(STATE_ACTIONBARSUBTITLE_KEY, mActionBarSubtitle); in onSaveInstanceState()