Home
last modified time | relevance | path

Searched defs:showScreenPinningRequest (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerInternal.java35 void showScreenPinningRequest(int taskId); in showScreenPinningRequest() method
/aosp12/frameworks/base/core/java/com/android/internal/statusbar/
H A DIStatusBar.aidl56 void showScreenPinningRequest(int taskId); in showScreenPinningRequest() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarCommandQueueCallbacks.java562 public void showScreenPinningRequest(int taskId) { in showScreenPinningRequest() method in StatusBarCommandQueueCallbacks
H A DStatusBar.java3650 public void showScreenPinningRequest(int taskId, boolean allowCancel) { in showScreenPinningRequest() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java229 default void showScreenPinningRequest(int taskId) { } in showScreenPinningRequest() method
685 public void showScreenPinningRequest(int taskId) { in showScreenPinningRequest() method in CommandQueue