Searched refs:appTitle (Results 1 – 5 of 5) 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()
131 final TextView appTitle = app1View.findViewById(R.id.app_title); in setAppEntity_addAppToIndex0_shouldShowAppView1() local137 assertThat(appTitle.getText()).isEqualTo(TITLE); in setAppEntity_addAppToIndex0_shouldShowAppView1()146 final TextView appTitle = app2View.findViewById(R.id.app_title); in setAppEntity_addAppToIndex1_shouldShowAppView2() local152 assertThat(appTitle.getText()).isEqualTo(TITLE); in setAppEntity_addAppToIndex1_shouldShowAppView2()161 final TextView appTitle = app3View.findViewById(R.id.app_title); in setAppEntity_addAppToIndex2_shouldShowAppView3() local167 assertThat(appTitle.getText()).isEqualTo(TITLE); in setAppEntity_addAppToIndex2_shouldShowAppView3()
150 private PackageInfo createPackage(String appTitle, boolean supportsPip) { in createPackage() argument159 pi.applicationInfo.name = appTitle; in createPackage()
108 TextView appTitle = widgetsListHeader.findViewById(R.id.app_title); in bindViewHolder_appWith3Widgets_shouldShowTheCorrectAppNameAndSubtitle() local110 assertThat(appTitle.getText()).isEqualTo(APP_NAME); in bindViewHolder_appWith3Widgets_shouldShowTheCorrectAppNameAndSubtitle()
107 TextView appTitle = widgetsListHeader.findViewById(R.id.app_title); in bindViewHolder_appWith3Widgets_shouldShowTheCorrectAppNameAndSubtitle() local109 assertThat(appTitle.getText()).isEqualTo(APP_NAME); in bindViewHolder_appWith3Widgets_shouldShowTheCorrectAppNameAndSubtitle()