Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/television/
H A DPrivacyItemsChip.java154 public void expandForTypes(Set<PrivacyType> types) { in expandForTypes() method in PrivacyItemsChip
H A DTvPrivacyChipsController.java333 mChips.forEach(chip -> chip.expandForTypes(activePrivacyTypes)); in updateChips()