Searched refs:mBlockList (Results 1 – 2 of 2) sorted by relevance
80 private List<String> mBlockList = null; field in MediaMetricsManagerService123 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()
251 protected ArrayList<String> mBlockList = new ArrayList<>(); field in StatusBarIconController.IconManager270 mBlockList.clear(); in setBlockList()275 mBlockList.addAll(blockList); in setBlockList()295 if (mBlockList.contains(slot)) { in addHolder()