Searched refs:showScreenPinningRequest (Results 1 – 8 of 8) sorted by relevance
26 void showScreenPinningRequest(int taskId); in showScreenPinningRequest() method
130 public void showScreenPinningRequest(int taskId) {133 mBar.showScreenPinningRequest(taskId);
63 void showScreenPinningRequest(int taskId); in showScreenPinningRequest() method
178 mCommandQueue.showScreenPinningRequest(1); in testScreenPinRequest()180 verify(mCallbacks).showScreenPinningRequest(eq(1)); in testScreenPinRequest()
123 default void showScreenPinningRequest(int taskId) { } in showScreenPinningRequest() method333 public void showScreenPinningRequest(int taskId) { in showScreenPinningRequest() method in CommandQueue538 mCallbacks.get(i).showScreenPinningRequest(msg.arg1); in handleMessage()
300 statusBar.showScreenPinningRequest(taskId, false); in onStartScreenPinning()
4964 public void showScreenPinningRequest(int taskId) { in showScreenPinningRequest() method4970 showScreenPinningRequest(taskId, true); in showScreenPinningRequest()4973 public void showScreenPinningRequest(int taskId, boolean allowCancel) { in showScreenPinningRequest() method
10796 statusBarManager.showScreenPinningRequest(task.taskId);