Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/media/metrics/
H A DMediaMetricsManagerService.java82 private List<String> mBlockList = null; field in MediaMetricsManagerService
125 mBlockList = newList; in updateConfigs()
386 if (mBlockList == null) { in loggingLevel()
387 mBlockList = getListLocked(PLAYER_METRICS_APP_BLOCKLIST); in loggingLevel()
388 if (mBlockList == null) { in loggingLevel()
396 packages, mBlockList, PLAYER_METRICS_APP_BLOCKLIST); in loggingLevel()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarIconController.java352 protected ArrayList<String> mBlockList = new ArrayList<>(); field in StatusBarIconController.IconManager
390 mBlockList.clear(); in setBlockList()
391 mBlockList.addAll(blockList); in setBlockList()
414 if (mBlockList.contains(slot)) { in addHolder()