Searched refs:showRearDisplayDialog (Results 1 – 9 of 9) sorted by relevance
61 controller.showRearDisplayDialog(CLOSED_BASE_STATE); in testClosedDialogIsShown()78 controller.showRearDisplayDialog(OPEN_BASE_STATE); in testOpenDialogIsShown()
181 void showRearDisplayDialog(int currentBaseState); in showRearDisplayDialog() method
699 public void showRearDisplayDialog(int currentBaseState) {702 mBar.showRearDisplayDialog(currentBaseState);2232 public void showRearDisplayDialog(int currentState) { in showRearDisplayDialog() method in StatusBarManagerService2236 mBar.showRearDisplayDialog(currentState); in showRearDisplayDialog()
88 public void showRearDisplayDialog(int currentBaseState) { in showRearDisplayDialog() method in RearDisplayDialogController
330 void showRearDisplayDialog(int currentBaseState); in showRearDisplayDialog() method
231 void showRearDisplayDialog(int currentBaseState); in showRearDisplayDialog() method
522 mCommandQueue.showRearDisplayDialog(currentBaseState); in testShowRearDisplayDialog()524 verify(mCallbacks).showRearDisplayDialog(eq(currentBaseState)); in testShowRearDisplayDialog()
486 default void showRearDisplayDialog(int currentBaseState) {} in showRearDisplayDialog() method1253 public void showRearDisplayDialog(int currentBaseState) { in showRearDisplayDialog() method in CommandQueue1783 mCallbacks.get(i).showRearDisplayDialog((Integer) msg.obj); in handleMessage()
739 statusBar.showRearDisplayDialog(mBaseState.get().getIdentifier()); in showRearDisplayEducationalOverlayLocked()