Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DInCallPresenter.java974 public void onUiShowing(boolean showing) { in onUiShowing() method in InCallPresenter
1005 listener.onUiShowing(showing); in onUiShowing()
1042 VideoPauseController.getInstance().onUiShowing(showing); in notifyVideoPauseController()
1695 void onUiShowing(boolean showing); in onUiShowing() method
DInCallActivityCommon.java275 InCallPresenter.getInstance().onUiShowing(true); in onResume()
319 InCallPresenter.getInstance().onUiShowing(false); in onPause()
DVideoPauseController.java259 public void onUiShowing(boolean showing) { in onUiShowing() method in VideoPauseController