Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleStackView.java1281 final boolean seen = getPrefBoolean(ManageEducationViewKt.PREF_MANAGED_EDUCATION); in shouldShowManageEdu()
1320 final boolean seen = getPrefBoolean(StackEducationViewKt.PREF_STACK_EDUCATION); in shouldShowStackEdu()
1334 private boolean getPrefBoolean(String key) { in getPrefBoolean() method in BubbleStackView