Home | History | Annotate | Download | only in photo

Lines Matching refs:mActionBarTitle

141     protected String mActionBarTitle;
230 mActionBarTitle = savedInstanceState.getString(STATE_ACTIONBARTITLE_KEY);
329 outState.putString(STATE_ACTIONBARTITLE_KEY, mActionBarTitle);
669 mActionBarTitle = cursor.getString(photoNameIndex);
671 mActionBarTitle = null;
685 * Sets the Action Bar title to {@link #mActionBarTitle} and the subtitle to
692 actionBar.setTitle(getInputOrEmpty(mActionBarTitle));