Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java1396 final boolean seen = getPrefBoolean(ManageEducationView.PREF_MANAGED_EDUCATION); in shouldShowManageEdu()
1443 final boolean seen = getPrefBoolean(StackEducationView.PREF_STACK_EDUCATION); in shouldShowStackEdu()
1453 private boolean getPrefBoolean(String key) { in getPrefBoolean() method in BubbleStackView