Searched refs:mBlockList (Results 1 – 2 of 2) sorted by relevance
82 private List<String> mBlockList = null; field in MediaMetricsManagerService125 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()
352 protected ArrayList<String> mBlockList = new ArrayList<>(); field in StatusBarIconController.IconManager390 mBlockList.clear(); in setBlockList()391 mBlockList.addAll(blockList); in setBlockList()414 if (mBlockList.contains(slot)) { in addHolder()