Searched defs:STATE_ACTIONBARTITLE_KEY (Results 1 - 1 of 1) sorted by relevance

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

Completed in 158 milliseconds