Home
last modified time | relevance | path

Searched refs:getBlockedIcons (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardStatusBarViewController.java392 mTintedIconManager.setBlockList(getBlockedIcons()); in onViewAttached()
660 mTintedIconManager.setBlockList(getBlockedIcons()); in updateBlockedIcons()
666 List<String> getBlockedIcons() { in getBlockedIcons() method in KeyguardStatusBarViewController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DKeyguardStatusBarViewControllerTest.java737 boolean contains = mController.getBlockedIcons().contains(str); in testBlockedIcons_obeysSettingForVibrateIcon_settingOff()
754 boolean contains = mController.getBlockedIcons().contains(str); in testBlockedIcons_obeysSettingForVibrateIcon_settingOn()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/fragment/
DCollapsedStatusBarFragmentTest.java738 boolean contains = fragment.getBlockedIcons().contains(str); in testBlockedIcons_obeysSettingForVibrateIcon_settingOff()
756 boolean contains = fragment.getBlockedIcons().contains(str); in testBlockedIcons_obeysSettingForVibrateIcon_settingOn()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
DCollapsedStatusBarFragment.java403 List<String> getBlockedIcons() { in getBlockedIcons() method in CollapsedStatusBarFragment