Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSystemUIInitializer.java94 .setBubbles(mWMComponent.getBubbles()) in init()
115 .setBubbles(Optional.ofNullable(null)) in init()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DSysUIComponent.java98 Builder setBubbles(Optional<Bubbles> b); in setBubbles() method