Home
last modified time | relevance | path

Searched refs:SCREEN_TITLE (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Settings/tests/unit/src/com/android/settings/slices/
DSliceDataTest.java34 private static final String SCREEN_TITLE = "screen title"; field in SliceDataTest
49 .setScreenTitle(SCREEN_TITLE) in testBuilder_buildsMatchingObject()
64 assertThat(data.getScreenTitle()).isEqualTo(SCREEN_TITLE); in testBuilder_buildsMatchingObject()
80 .setScreenTitle(SCREEN_TITLE) in testBuilder_noKey_throwsIllegalStateException()
93 .setScreenTitle(SCREEN_TITLE) in testBuilder_noTitle_throwsIllegalStateException()
107 .setScreenTitle(SCREEN_TITLE) in testBuilder_noFragment_throwsIllegalStateException()
120 .setScreenTitle(SCREEN_TITLE) in testBuilder_noPrefController_throwsIllegalStateException()
132 .setScreenTitle(SCREEN_TITLE) in testBuilder_noSubtitle_buildsMatchingObject()
143 assertThat(data.getScreenTitle()).isEqualTo(SCREEN_TITLE); in testBuilder_noSubtitle_buildsMatchingObject()
179 .setScreenTitle(SCREEN_TITLE) in testBuilder_noIcon_buildsMatchingObject()
[all …]
/packages/apps/Settings/tests/robotests/src/com/android/settings/slices/
DSlicesIndexerTest.java50 private static final String SCREEN_TITLE = "screen title"; field in SlicesIndexerTest
132 cursor.getColumnIndex(IndexColumns.SCREENTITLE))).isEqualTo(SCREEN_TITLE); in testInsertSliceData_nonPublicSlice_mockDataInserted()
181 cursor.getColumnIndex(IndexColumns.SCREENTITLE))).isEqualTo(SCREEN_TITLE); in insertSliceData_publicSlice_mockDataInserted()
227 .setScreenTitle(SCREEN_TITLE) in getMockIndexableData()
DSliceBuilderUtilsTest.java62 private static final String SCREEN_TITLE = "screen title"; field in SliceBuilderUtilsTest
361 SUMMARY, SliceData.SliceType.SWITCH, SCREEN_TITLE, 0 /* icon */, in buildDisabledDependentSlice_noIconPassed_returnsSliceWithIcon()
440 return getMockData(TOGGLE_CONTROLLER, SUMMARY, SliceData.SliceType.SWITCH, SCREEN_TITLE, in getMockData()
445 return getMockData(prefController, SUMMARY, sliceType, SCREEN_TITLE, in getMockData()
455 return getMockData(prefController, SUMMARY, sliceType, SCREEN_TITLE, ICON, in getMockData()
460 return getMockData(prefController, SUMMARY, sliceType, SCREEN_TITLE, ICON, in getMockData()
/packages/apps/Settings/tests/robotests/src/com/android/settings/search/
DFakeSettingsFragment.java42 public static final String SCREEN_TITLE = "raw screen title"; field in FakeSettingsFragment
85 data.screenTitle = SCREEN_TITLE;
DSettingsSearchIndexablesProviderTest.java108 assertThat(cursor.getString(6)).isEqualTo(FakeSettingsFragment.SCREEN_TITLE); in testRawColumnFetched()
/packages/apps/Settings/tests/unit/src/com/android/settings/search/
DFakeSettingsFragment.java41 public static final String SCREEN_TITLE = "raw screen title"; field in FakeSettingsFragment
84 data.screenTitle = SCREEN_TITLE;
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/shortcuts/
DEditShortcutsPreferenceFragmentTest.java100 private static final CharSequence SCREEN_TITLE = "Fake shortcut title"; field in EditShortcutsPreferenceFragmentTest
140 mActivity, METRICS_CATEGORY, SCREEN_TITLE, in showEditShortcutScreen_targetIsMagnification_launchSubSetting()
150 mActivity, METRICS_CATEGORY, SCREEN_TITLE, in showEditShortcutScreen_launchSubSetting()
160 mActivity, METRICS_CATEGORY, SCREEN_TITLE, in showEditShortcutScreen_inSuw_launchSubSettingWithSuw()
566 .isEqualTo(SCREEN_TITLE.toString()); in assertLaunchSubSettingWithCurrentTargetComponents()
602 intent.putExtra(SettingsActivity.EXTRA_SHOW_FRAGMENT_TITLE, SCREEN_TITLE); in createFragScenario()
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/
DIndexDatabaseHelper.java69 String SCREEN_TITLE = "screen_title"; field
122 IndexColumns.SCREEN_TITLE +
DDatabaseIndexingManager.java37 …ic com.android.settings.intelligence.search.indexing.IndexDatabaseHelper.IndexColumns.SCREEN_TITLE;
248 values.put(SCREEN_TITLE, dataRow.screenTitle); in insertIndexData()
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/query/
DCursorToSearchResultConverter.java190 IndexDatabaseHelper.IndexColumns.SCREEN_TITLE)); in getBreadcrumbs()
DDatabaseResultTask.java62 IndexColumns.SCREEN_TITLE,