Searched defs:appTitle (Results 1 – 5 of 5) sorted by relevance
33 public static MoveAppProgressFragment newInstance(CharSequence appTitle) { in newInstance()44 final CharSequence appTitle = getArguments().getCharSequence(ARG_APP_TITLE); in onViewCreated() local
110 TextView appTitle = widgetsListHeader.findViewById(R.id.app_title); in bindViewHolder_appWith3Widgets_shouldShowTheCorrectAppNameAndSubtitle() local
150 private PackageInfo createPackage(String appTitle, boolean supportsPip) { in createPackage()
46 private lateinit var appTitle: TextView variable
172 public CharSequence appTitle; field in ItemInfo