Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/media/metrics/
H A DMediaMetricsManagerService.java80 private List<String> mBlockList = null; field in MediaMetricsManagerService
123 mBlockList = newList; in updateConfigs()
325 if (mBlockList == null) { in loggingLevel()
326 mBlockList = getListLocked(PLAYER_METRICS_APP_BLOCKLIST); in loggingLevel()
327 if (mBlockList == null) { in loggingLevel()
333 packages, mBlockList, PLAYER_METRICS_APP_BLOCKLIST); in loggingLevel()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarIconController.java251 protected ArrayList<String> mBlockList = new ArrayList<>(); field in StatusBarIconController.IconManager
270 mBlockList.clear(); in setBlockList()
275 mBlockList.addAll(blockList); in setBlockList()
295 if (mBlockList.contains(slot)) { in addHolder()