Home
last modified time | relevance | path

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

/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
H A 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()
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
H A DAppEntitiesHeaderControllerTest.java131 final TextView appTitle = app1View.findViewById(R.id.app_title); in setAppEntity_addAppToIndex0_shouldShowAppView1() local
137 assertThat(appTitle.getText()).isEqualTo(TITLE); in setAppEntity_addAppToIndex0_shouldShowAppView1()
146 final TextView appTitle = app2View.findViewById(R.id.app_title); in setAppEntity_addAppToIndex1_shouldShowAppView2() local
152 assertThat(appTitle.getText()).isEqualTo(TITLE); in setAppEntity_addAppToIndex1_shouldShowAppView2()
161 final TextView appTitle = app3View.findViewById(R.id.app_title); in setAppEntity_addAppToIndex2_shouldShowAppView3() local
167 assertThat(appTitle.getText()).isEqualTo(TITLE); in setAppEntity_addAppToIndex2_shouldShowAppView3()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/specialaccess/pictureinpicture/
H A DPictureInPictureSettingsTest.java150 private PackageInfo createPackage(String appTitle, boolean supportsPip) { in createPackage() argument
159 pi.applicationInfo.name = appTitle; in createPackage()
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/widget/picker/
H A DWidgetsListHeaderViewHolderBinderTest.java108 TextView appTitle = widgetsListHeader.findViewById(R.id.app_title); in bindViewHolder_appWith3Widgets_shouldShowTheCorrectAppNameAndSubtitle() local
110 assertThat(appTitle.getText()).isEqualTo(APP_NAME); in bindViewHolder_appWith3Widgets_shouldShowTheCorrectAppNameAndSubtitle()
H A DWidgetsListSearchHeaderViewHolderBinderTest.java107 TextView appTitle = widgetsListHeader.findViewById(R.id.app_title); in bindViewHolder_appWith3Widgets_shouldShowTheCorrectAppNameAndSubtitle() local
109 assertThat(appTitle.getText()).isEqualTo(APP_NAME); in bindViewHolder_appWith3Widgets_shouldShowTheCorrectAppNameAndSubtitle()