Home
last modified time | relevance | path

Searched defs:addQsTile (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesCommandQueueCallbacks.java202 public void addQsTile(ComponentName tile) { in addQsTile() method in CentralSurfacesCommandQueueCallbacks
/aosp14/frameworks/base/core/java/com/android/internal/statusbar/
H A DIStatusBar.aidl155 void addQsTile(in ComponentName tile); in addQsTile() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java302 default void addQsTile(ComponentName tile) { } in addQsTile() method
899 public void addQsTile(ComponentName tile) { in addQsTile() method in CommandQueue