Searched refs:appTitle (Results 1 – 2 of 2) 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()
150 private PackageInfo createPackage(String appTitle, boolean supportsPip) { in createPackage() argument159 pi.applicationInfo.name = appTitle; in createPackage()