Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerInternal.java26 void showScreenPinningRequest(int taskId); in showScreenPinningRequest() method
DStatusBarManagerService.java130 public void showScreenPinningRequest(int taskId) {
133 mBar.showScreenPinningRequest(taskId);
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBar.aidl63 void showScreenPinningRequest(int taskId); in showScreenPinningRequest() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DCommandQueueTest.java178 mCommandQueue.showScreenPinningRequest(1); in testScreenPinRequest()
180 verify(mCallbacks).showScreenPinningRequest(eq(1)); in testScreenPinRequest()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java123 default void showScreenPinningRequest(int taskId) { } in showScreenPinningRequest() method
333 public void showScreenPinningRequest(int taskId) { in showScreenPinningRequest() method in CommandQueue
538 mCallbacks.get(i).showScreenPinningRequest(msg.arg1); in handleMessage()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsImpl.java300 statusBar.showScreenPinningRequest(taskId, false); in onStartScreenPinning()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java4964 public void showScreenPinningRequest(int taskId) { in showScreenPinningRequest() method
4970 showScreenPinningRequest(taskId, true); in showScreenPinningRequest()
4973 public void showScreenPinningRequest(int taskId, boolean allowCancel) { in showScreenPinningRequest() method
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java10796 statusBarManager.showScreenPinningRequest(task.taskId);