Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DPrivacyChipViewController.java171 Optional<PrivacyItem> optionalSensorPrivacyItem = privacyItems.stream() in isSensorPartOfPrivacyItems() local
175 return optionalSensorPrivacyItem.isPresent(); in isSensorPartOfPrivacyItems()