Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DSignalClusterView.java116 ArraySet<String> blockList = StatusBarIconController.getIconBlacklist(newValue); in onTuningChanged() local
117 boolean blockAirplane = blockList.contains(SLOT_AIRPLANE); in onTuningChanged()
118 boolean blockMobile = blockList.contains(SLOT_MOBILE); in onTuningChanged()
119 boolean blockWifi = blockList.contains(SLOT_WIFI); in onTuningChanged()
120 boolean blockEthernet = blockList.contains(SLOT_ETHERNET); in onTuningChanged()