Searched refs:showScreenPinningRequest (Results 1 – 12 of 12) sorted by relevance
34 void showScreenPinningRequest(int taskId); in showScreenPinningRequest() method
349 public void showScreenPinningRequest(int taskId) {353 bar.showScreenPinningRequest(taskId);
64 void showScreenPinningRequest(int taskId); in showScreenPinningRequest() method
275 mCommandQueue.showScreenPinningRequest(1); in testScreenPinRequest()277 verify(mCallbacks).showScreenPinningRequest(eq(1)); in testScreenPinRequest()
523 public void showScreenPinningRequest(int taskId) { in showScreenPinningRequest() method in CentralSurfacesCommandQueueCallbacks529 mCentralSurfaces.showScreenPinningRequest(taskId, true); in showScreenPinningRequest()
301 void showScreenPinningRequest(int taskId, boolean allowCancel); in showScreenPinningRequest() method
3035 public void showScreenPinningRequest(int taskId, boolean allowCancel) { in showScreenPinningRequest() method
253 default void showScreenPinningRequest(int taskId) { } in showScreenPinningRequest() method791 public void showScreenPinningRequest(int taskId) { in showScreenPinningRequest() method in CommandQueue1483 mCallbacks.get(i).showScreenPinningRequest(msg.arg1); in handleMessage()
662 statusBarManager.showScreenPinningRequest(task.mTaskId); in startLockTaskMode()
222 verify(mStatusBarManagerInternal).showScreenPinningRequest(anyInt()); in testStartLockTaskMode_pinningRequest()
188 statusBar -> statusBar.showScreenPinningRequest(taskId,
82956 Lcom/android/internal/statusbar/IStatusBar$Stub$Proxy;->showScreenPinningRequest(I)V83046 Lcom/android/internal/statusbar/IStatusBar;->showScreenPinningRequest(I)V