Home
last modified time | relevance | path

Searched refs:expandForTypes (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TvSystemUI/src/com/android/systemui/tv/privacy/
DPrivacyItemsChip.java154 public void expandForTypes(Set<PrivacyType> types) { in expandForTypes() method in PrivacyItemsChip
DTvPrivacyChipsController.java336 mChips.forEach(chip -> chip.expandForTypes(activePrivacyTypes)); in updateChips()