Searched refs:showScreenPinningRequest (Results 1 – 9 of 9) sorted by relevance
36 void showScreenPinningRequest(int taskId); in showScreenPinningRequest() method
350 public void showScreenPinningRequest(int taskId) {354 bar.showScreenPinningRequest(taskId);
65 void showScreenPinningRequest(int taskId); in showScreenPinningRequest() method
279 mCommandQueue.showScreenPinningRequest(1); in testScreenPinRequest()281 verify(mCallbacks).showScreenPinningRequest(eq(1)); in testScreenPinRequest()
476 public void showScreenPinningRequest(int taskId) { in showScreenPinningRequest() method in CentralSurfacesCommandQueueCallbacks
286 default void showScreenPinningRequest(int taskId) { } in showScreenPinningRequest() method846 public void showScreenPinningRequest(int taskId) { in showScreenPinningRequest() method in CommandQueue1596 mCallbacks.get(i).showScreenPinningRequest(msg.arg1); in handleMessage()
662 statusBarManager.showScreenPinningRequest(task.mTaskId); in startLockTaskMode()
222 verify(mStatusBarManagerInternal).showScreenPinningRequest(anyInt()); in testStartLockTaskMode_pinningRequest()
82313 Lcom/android/internal/statusbar/IStatusBar$Stub$Proxy;->showScreenPinningRequest(I)V82403 Lcom/android/internal/statusbar/IStatusBar;->showScreenPinningRequest(I)V