Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerInternal.java31 void showScreenPinningRequest(int taskId); in showScreenPinningRequest() method
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBar.aidl53 void showScreenPinningRequest(int taskId); in showScreenPinningRequest() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java205 default void showScreenPinningRequest(int taskId) { } in showScreenPinningRequest() method
617 public void showScreenPinningRequest(int taskId) { in showScreenPinningRequest() method in CommandQueue
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java3842 public void showScreenPinningRequest(int taskId) { in showScreenPinningRequest() method
3851 public void showScreenPinningRequest(int taskId, boolean allowCancel) { in showScreenPinningRequest() method