Searched refs:appTitle (Results 1 – 7 of 7) sorted by relevance
33 public static MoveAppProgressFragment newInstance(CharSequence appTitle) { in newInstance() argument36 b.putCharSequence(ARG_APP_TITLE, appTitle); in newInstance()44 final CharSequence appTitle = getArguments().getCharSequence(ARG_APP_TITLE); in onViewCreated() local46 appTitle)); in onViewCreated()48 appTitle)); in onViewCreated()
46 private lateinit var appTitle: TextView variable81 appTitle = holder.findViewById(R.id.title) as TextView in onBindViewHolder()82 appTitle.text = appName in onBindViewHolder()
68 if (!TextUtils.isEmpty(info.appTitle)) { in getSortingTitle()69 return info.appTitle.toString(); in getSortingTitle()
150 private PackageInfo createPackage(String appTitle, boolean supportsPip) { in createPackage() argument159 pi.applicationInfo.name = appTitle; in createPackage()
110 TextView appTitle = widgetsListHeader.findViewById(R.id.app_title); in bindViewHolder_appWith3Widgets_shouldShowTheCorrectAppNameAndSubtitle() local112 assertThat(appTitle.getText()).isEqualTo(APP_NAME); in bindViewHolder_appWith3Widgets_shouldShowTheCorrectAppNameAndSubtitle()
172 public CharSequence appTitle; field in ItemInfo
613 info.appTitle = Utilities.trim(fallbackEntry.title); in applyPackageEntry()