Searched refs:showRearDisplayDialog (Results 1 – 9 of 9) sorted by relevance
63 controller.showRearDisplayDialog(CLOSED_BASE_STATE); in testClosedDialogIsShown()80 controller.showRearDisplayDialog(CLOSED_BASE_STATE); in testClosedDialogIsRefreshedOnConfigurationChange()101 controller.showRearDisplayDialog(OPEN_BASE_STATE); in testOpenDialogIsShown()
223 void showRearDisplayDialog(int currentBaseState); in showRearDisplayDialog() method
798 public void showRearDisplayDialog(int currentBaseState) {802 bar.showRearDisplayDialog(currentBaseState);2350 public void showRearDisplayDialog(int currentState) { in showRearDisplayDialog() method in StatusBarManagerService2355 bar.showRearDisplayDialog(currentState); in showRearDisplayDialog()
93 public void showRearDisplayDialog(int currentBaseState) { in showRearDisplayDialog() method in RearDisplayDialogController
344 void showRearDisplayDialog(int currentBaseState); in showRearDisplayDialog() method
232 void showRearDisplayDialog(int currentBaseState); in showRearDisplayDialog() method
537 mCommandQueue.showRearDisplayDialog(currentBaseState); in testShowRearDisplayDialog()539 verify(mCallbacks).showRearDisplayDialog(eq(currentBaseState)); in testShowRearDisplayDialog()
488 default void showRearDisplayDialog(int currentBaseState) {} in showRearDisplayDialog() method1285 public void showRearDisplayDialog(int currentBaseState) { in showRearDisplayDialog() method in CommandQueue1823 mCallbacks.get(i).showRearDisplayDialog((Integer) msg.obj); in handleMessage()
814 statusBar.showRearDisplayDialog(mBaseState.get().getIdentifier()); in showRearDisplayEducationalOverlayLocked()