Home
last modified time | relevance | path

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

/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewController.java102 private final static String STATE_ACTIONBARTITLE_KEY = field in PhotoViewController
299 mActionBarTitle = savedInstanceState.getString(STATE_ACTIONBARTITLE_KEY); in onCreate()
504 outState.putString(STATE_ACTIONBARTITLE_KEY, mActionBarTitle); in onSaveInstanceState()