Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
DMoveAppProgressFragment.java33 public static MoveAppProgressFragment newInstance(CharSequence appTitle) { in newInstance() argument
36 b.putCharSequence(ARG_APP_TITLE, appTitle); in newInstance()
44 final CharSequence appTitle = getArguments().getCharSequence(ARG_APP_TITLE); in onViewCreated() local
46 appTitle)); in onViewCreated()
48 appTitle)); in onViewCreated()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/recentaccess/
DRecentAccessPreference.kt46 private lateinit var appTitle: TextView variable
81 appTitle = holder.findViewById(R.id.title) as TextView in onBindViewHolder()
82 appTitle.text = appName in onBindViewHolder()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAppInfoComparator.java68 if (!TextUtils.isEmpty(info.appTitle)) { in getSortingTitle()
69 return info.appTitle.toString(); in getSortingTitle()
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/specialaccess/pictureinpicture/
DPictureInPictureSettingsTest.java150 private PackageInfo createPackage(String appTitle, boolean supportsPip) { in createPackage() argument
159 pi.applicationInfo.name = appTitle; in createPackage()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/widget/picker/
DWidgetsListHeaderViewHolderBinderTest.java110 TextView appTitle = widgetsListHeader.findViewById(R.id.app_title); in bindViewHolder_appWith3Widgets_shouldShowTheCorrectAppNameAndSubtitle() local
112 assertThat(appTitle.getText()).isEqualTo(APP_NAME); in bindViewHolder_appWith3Widgets_shouldShowTheCorrectAppNameAndSubtitle()
/packages/apps/Launcher3/src/com/android/launcher3/model/data/
DItemInfo.java172 public CharSequence appTitle; field in ItemInfo
/packages/apps/Launcher3/src/com/android/launcher3/icons/
DIconCache.java613 info.appTitle = Utilities.trim(fallbackEntry.title); in applyPackageEntry()