HomeSort by relevance Sort by last modified time
    Searched refs:onUiShowing (Results 1 - 4 of 4) sorted by null

  /packages/apps/InCallUI/src/com/android/incallui/
AnswerPresenter.java 49 public void onUiShowing(boolean showing) {
InCallPresenter.java 788 public void onUiShowing(boolean showing) {
819 listener.onUiShowing(showing);
847 VideoPauseController.getInstance().onUiShowing(showing);
    [all...]
VideoPauseController.java 262 public void onUiShowing(boolean showing) {
InCallActivity.java 278 InCallPresenter.getInstance().onUiShowing(true);
306 InCallPresenter.getInstance().onUiShowing(false);
    [all...]

Completed in 117 milliseconds