Home
last modified time | relevance | path

Searched refs:appTitle (Results 1 – 2 of 2) 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/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()