Home
last modified time | relevance | path

Searched refs:constructEntryList (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/opt/chips/src/com/android/ex/chips/
H A DBaseRecipientAdapter.java290 final List<RecipientEntry> entries = constructEntryList( in performFiltering()
495 updateEntries(constructEntryList()); in publishResults()
558 updateEntries(constructEntryList()); in handleMessage()
846 protected List<RecipientEntry> constructEntryList() { in constructEntryList() method in BaseRecipientAdapter
847 return constructEntryList(mEntryMap, mNonAggregatedEntries); in constructEntryList()
855 private List<RecipientEntry> constructEntryList( in constructEntryList() method in BaseRecipientAdapter
/aosp12/packages/apps/Settings/src/com/android/settings/development/graphicsdriver/
H A DGraphicsDriverEnableForAllAppsPreferenceController.java86 mEntryList = constructEntryList(mContext, false); in GraphicsDriverEnableForAllAppsPreferenceController()
174 public static CharSequence[] constructEntryList(Context context, boolean withSystem) { in constructEntryList() method in GraphicsDriverEnableForAllAppsPreferenceController
H A DGraphicsDriverAppPreferenceController.java96 mEntryList = GraphicsDriverEnableForAllAppsPreferenceController.constructEntryList( in GraphicsDriverAppPreferenceController()