Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerInternal.java35 void showScreenPinningRequest(int taskId); in showScreenPinningRequest() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesCommandQueueCallbacks.java533 public void showScreenPinningRequest(int taskId) { in showScreenPinningRequest() method in CentralSurfacesCommandQueueCallbacks
DCentralSurfaces.java431 void showScreenPinningRequest(int taskId, boolean allowCancel); in showScreenPinningRequest() method
DCentralSurfacesImpl.java3674 public void showScreenPinningRequest(int taskId, boolean allowCancel) { in showScreenPinningRequest() method
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBar.aidl63 void showScreenPinningRequest(int taskId); in showScreenPinningRequest() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java251 default void showScreenPinningRequest(int taskId) { } in showScreenPinningRequest() method
774 public void showScreenPinningRequest(int taskId) { in showScreenPinningRequest() method in CommandQueue