Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerInternal.java34 void showScreenPinningRequest(int taskId); in showScreenPinningRequest() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesCommandQueueCallbacks.java523 public void showScreenPinningRequest(int taskId) { in showScreenPinningRequest() method in CentralSurfacesCommandQueueCallbacks
H A DCentralSurfaces.java301 void showScreenPinningRequest(int taskId, boolean allowCancel); in showScreenPinningRequest() method
H A DCentralSurfacesImpl.java3035 public void showScreenPinningRequest(int taskId, boolean allowCancel) { in showScreenPinningRequest() method
/aosp14/frameworks/base/core/java/com/android/internal/statusbar/
H A DIStatusBar.aidl64 void showScreenPinningRequest(int taskId); in showScreenPinningRequest() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java253 default void showScreenPinningRequest(int taskId) { } in showScreenPinningRequest() method
791 public void showScreenPinningRequest(int taskId) { in showScreenPinningRequest() method in CommandQueue