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.java26 void showScreenPinningRequest(int taskId); in showScreenPinningRequest() method
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBar.aidl70 void showScreenPinningRequest(int taskId); in showScreenPinningRequest() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java216 default void showScreenPinningRequest(int taskId) { } in showScreenPinningRequest() method
577 public void showScreenPinningRequest(int taskId) { in showScreenPinningRequest() method in CommandQueue
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java3704 public void showScreenPinningRequest(int taskId) { in showScreenPinningRequest() method
3713 public void showScreenPinningRequest(int taskId, boolean allowCancel) { in showScreenPinningRequest() method