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

  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
InCallVideoCallCallbackNotifier.java 133 listener.onUpgradeToVideoRequest(call, videoState);
219 public void onUpgradeToVideoRequest(Call call, int videoState);
InCallPresenter.java 709 public void onUpgradeToVideoRequest(Call call, int videoState) {
710 Log.d(this, "onUpgradeToVideoRequest call = " + call + " video state = " + videoState);
    [all...]

Completed in 50 milliseconds