HomeSort by relevance Sort by last modified time
    Searched refs:STATE_ACTIONBARTITLE_KEY (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
PhotoViewActivity.java 83 private final static String STATE_ACTIONBARTITLE_KEY =
231 mActionBarTitle = savedInstanceState.getString(STATE_ACTIONBARTITLE_KEY);
330 outState.putString(STATE_ACTIONBARTITLE_KEY, mActionBarTitle);
    [all...]
  /frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
PhotoViewActivity.java 82 private final static String STATE_ACTIONBARTITLE_KEY =
230 mActionBarTitle = savedInstanceState.getString(STATE_ACTIONBARTITLE_KEY);
329 outState.putString(STATE_ACTIONBARTITLE_KEY, mActionBarTitle);
    [all...]

Completed in 43 milliseconds