Home
last modified time | relevance | path

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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DInCallPresenter.java1008 public void onUiShowing(boolean showing) { in onUiShowing() method in InCallPresenter
1039 listener.onUiShowing(showing); in onUiShowing()
1067 VideoPauseController.getInstance().onUiShowing(showing); in notifyVideoPauseController()
1885 void onUiShowing(boolean showing); in onUiShowing() method
DVideoPauseController.java249 public void onUiShowing(boolean showing) { in onUiShowing() method in VideoPauseController
DAnswerPresenter.java48 public void onUiShowing(boolean showing) { in onUiShowing() method in AnswerPresenter
DInCallActivity.java272 InCallPresenter.getInstance().onUiShowing(true); in onResume()
315 InCallPresenter.getInstance().onUiShowing(false); in onPause()