Home
last modified time | relevance | path

Searched refs:showScreenPinningRequest (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerInternal.java34 void showScreenPinningRequest(int taskId); in showScreenPinningRequest() method
H A DStatusBarManagerService.java349 public void showScreenPinningRequest(int taskId) {
353 bar.showScreenPinningRequest(taskId);
/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/tests/src/com/android/systemui/statusbar/
H A DCommandQueueTest.java275 mCommandQueue.showScreenPinningRequest(1); in testScreenPinRequest()
277 verify(mCallbacks).showScreenPinningRequest(eq(1)); in testScreenPinRequest()
/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
529 mCentralSurfaces.showScreenPinningRequest(taskId, true); in showScreenPinningRequest()
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/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
1483 mCallbacks.get(i).showScreenPinningRequest(msg.arg1); in handleMessage()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DLockTaskController.java662 statusBarManager.showScreenPinningRequest(task.mTaskId); in startLockTaskMode()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DLockTaskControllerTest.java222 verify(mStatusBarManagerInternal).showScreenPinningRequest(anyInt()); in testStartLockTaskMode_pinningRequest()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DOverviewProxyService.java188 statusBar -> statusBar.showScreenPinningRequest(taskId,
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt82956 Lcom/android/internal/statusbar/IStatusBar$Stub$Proxy;->showScreenPinningRequest(I)V
83046 Lcom/android/internal/statusbar/IStatusBar;->showScreenPinningRequest(I)V