Home
last modified time | relevance | path

Searched refs:mTitleSectionName (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/widget/picker/search/
DSimpleWidgetsSearchAlgorithmTest.java122 mCalendarHeaderEntry.mTitleSectionName, in filter_shouldMatchOnAppName()
127 mCameraHeaderEntry.mTitleSectionName, in filter_shouldMatchOnAppName()
143 mCalendarHeaderEntry.mTitleSectionName, in filter_shouldMatchOnWidgetLabel()
147 mCalendarHeaderEntry.mTitleSectionName, in filter_shouldMatchOnWidgetLabel()
151 mCameraHeaderEntry.mTitleSectionName, in filter_shouldMatchOnWidgetLabel()
155 mCameraHeaderEntry.mTitleSectionName, in filter_shouldMatchOnWidgetLabel()
/packages/apps/Launcher3/src/com/android/launcher3/widget/model/
DWidgetsListContentEntry.java76 mTitleSectionName, in withMaxSpanSize()
95 && mTitleSectionName.equals(otherEntry.mTitleSectionName) in equals()
DWidgetsListBaseEntry.java35 public final String mTitleSectionName; field in WidgetsListBaseEntry
42 mTitleSectionName = titleSectionName; in WidgetsListBaseEntry()
DWidgetsListHeaderEntry.java116 && mTitleSectionName.equals(otherEntry.mTitleSectionName) in equals()
127 mTitleSectionName, in withWidgetListShown()
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/search/
DSimpleWidgetsSearchAlgorithm.java75 headerEntry.mTitleSectionName, matchedWidgetItems)); in getFilteredWidgets()
77 headerEntry.mTitleSectionName, matchedWidgetItems)); in getFilteredWidgets()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/widget/picker/model/
DWidgetsListContentEntryTest.java108 assertThat(widgetsListRowEntry.mTitleSectionName).isEqualTo("T"); in unsortedWidgets_diffLabels_shouldSortWidgetItems()
132 assertThat(widgetsListRowEntry.mTitleSectionName).isEqualTo("T"); in unsortedWidgets_sameLabels_differentSize_shouldSortWidgetItems()
159 assertThat(widgetsListRowEntry.mTitleSectionName).isEqualTo("T"); in unsortedWidgets_hodgepodge_shouldSortWidgetItems()
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsListAdapter.java167 return mVisibleEntries.get(pos).mTitleSectionName; in getSectionName()