HomeSort by relevance Sort by last modified time
    Searched full:blackliststr (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
TunerService.java 97 String blacklistStr = getValue(StatusBarIconController.ICON_BLACKLIST);
98 if (blacklistStr != null) {
100 StatusBarIconController.getIconBlacklist(blacklistStr);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarIconController.java 564 public static ArraySet<String> getIconBlacklist(String blackListStr) {
566 if (blackListStr == null) {
567 blackListStr = "rotate,headset";
569 String[] blacklist = blackListStr.split(",");

Completed in 2440 milliseconds