Searched refs:showRearDisplayDialog (Results 1 – 9 of 9) sorted by relevance
100 controller.showRearDisplayDialog(CLOSED_BASE_STATE); in testClosedDialogIsShown()123 controller.showRearDisplayDialog(CLOSED_BASE_STATE); in testClosedDialogIsRefreshedOnConfigurationChange()152 controller.showRearDisplayDialog(OPEN_BASE_STATE); in testOpenDialogIsShown()
225 void showRearDisplayDialog(int currentBaseState); in showRearDisplayDialog() method
799 public void showRearDisplayDialog(int currentBaseState) {803 bar.showRearDisplayDialog(currentBaseState);2412 public void showRearDisplayDialog(int currentState) { in showRearDisplayDialog() method in StatusBarManagerService2417 bar.showRearDisplayDialog(currentState); in showRearDisplayDialog()
362 void showRearDisplayDialog(int currentBaseState); in showRearDisplayDialog() method
232 void showRearDisplayDialog(int currentBaseState); in showRearDisplayDialog() method
107 public void showRearDisplayDialog(int currentBaseState) { in showRearDisplayDialog() method in RearDisplayDialogController
577 mCommandQueue.showRearDisplayDialog(currentBaseState); in testShowRearDisplayDialog()579 verify(mCallbacks).showRearDisplayDialog(eq(currentBaseState)); in testShowRearDisplayDialog()
524 default void showRearDisplayDialog(int currentBaseState) {} in showRearDisplayDialog() method1372 public void showRearDisplayDialog(int currentBaseState) { in showRearDisplayDialog() method in CommandQueue1952 mCallbacks.get(i).showRearDisplayDialog((Integer) msg.obj); in handleMessage()
863 statusBar.showRearDisplayDialog(mBaseState.get().getIdentifier()); in showRearDisplayEducationalOverlayLocked()