Home
last modified time | relevance | path

Searched refs:onUiShowing (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/
DMotorolaInCallUiNotifier.java53 public void onUiShowing(boolean showing) { in onUiShowing() method in MotorolaInCallUiNotifier
DInCallPresenter.java1227 public void onUiShowing(boolean showing) { in onUiShowing() method in InCallPresenter
1239 listener.onUiShowing(showing); in onUiShowing()
1281 VideoPauseController.getInstance().onUiShowing(showing); in notifyVideoPauseController()
1983 void onUiShowing(boolean showing); in onUiShowing() method
DVideoPauseController.java254 public void onUiShowing(boolean showing) { in onUiShowing() method in VideoPauseController
DReturnToCallController.java115 public void onUiShowing(boolean showing) { in onUiShowing() method in ReturnToCallController
DInCallActivity.java451 InCallPresenter.getInstance().onUiShowing(true); in onStart()
548 InCallPresenter.getInstance().onUiShowing(false); in onStop()