Searched refs:showScreenPinningRequest (Results 1 – 11 of 11) sorted by relevance
26 void showScreenPinningRequest(int taskId); in showScreenPinningRequest() method
218 public void showScreenPinningRequest(int taskId) {221 mBar.showScreenPinningRequest(taskId);
70 void showScreenPinningRequest(int taskId); in showScreenPinningRequest() method
211 mCommandQueue.showScreenPinningRequest(1); in testScreenPinRequest()213 verify(mCallbacks).showScreenPinningRequest(eq(1)); in testScreenPinRequest()
216 default void showScreenPinningRequest(int taskId) { } in showScreenPinningRequest() method577 public void showScreenPinningRequest(int taskId) { in showScreenPinningRequest() method in CommandQueue938 mCallbacks.get(i).showScreenPinningRequest(msg.arg1); in handleMessage()
540 statusBarManager.showScreenPinningRequest(task.taskId); in startLockTaskMode()
140 statusBar.showScreenPinningRequest(taskId, false /* allowCancel */);
211 verify(mStatusBarManagerInternal).showScreenPinningRequest(anyInt()); in testStartLockTaskMode_pinningRequest()
349 statusBar.showScreenPinningRequest(taskId, false); in onStartScreenPinning()
3704 public void showScreenPinningRequest(int taskId) { in showScreenPinningRequest() method3710 showScreenPinningRequest(taskId, true); in showScreenPinningRequest()3713 public void showScreenPinningRequest(int taskId, boolean allowCancel) { in showScreenPinningRequest() method
103848 Lcom/android/internal/statusbar/IStatusBar$Stub$Proxy;->showScreenPinningRequest(I)V103940 Lcom/android/internal/statusbar/IStatusBar;->showScreenPinningRequest(I)V