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.java570 final CharSequence homeDesc; in buildHomeContentDescription() local
572 homeDesc = mHomeDescription; in buildHomeContentDescription()
575 homeDesc = mContext.getResources().getText(mDefaultUpDescription); in buildHomeContentDescription()
577 homeDesc = mContext.getResources().getText(R.string.action_bar_home_description); in buildHomeContentDescription()
588 title, subtitle, homeDesc); in buildHomeContentDescription()
591 title, homeDesc); in buildHomeContentDescription()
595 return homeDesc; in buildHomeContentDescription()