Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DActionBarView.java568 final CharSequence homeDesc; in buildHomeContentDescription() local
570 homeDesc = mHomeDescription; in buildHomeContentDescription()
573 homeDesc = mContext.getResources().getText(mDefaultUpDescription); in buildHomeContentDescription()
575 homeDesc = mContext.getResources().getText(R.string.action_bar_home_description); in buildHomeContentDescription()
586 title, subtitle, homeDesc); in buildHomeContentDescription()
589 title, homeDesc); in buildHomeContentDescription()
593 return homeDesc; in buildHomeContentDescription()