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

  /frameworks/opt/net/ims/src/java/com/android/ims/internal/
ImsVideoCallProviderWrapper.java 72 private int mCurrentVideoState;
157 if (!VideoProfile.isVideo(mCurrentVideoState) && VideoProfile.isVideo(
305 !VideoProfile.isPaused(mCurrentVideoState)) {
572 if (VideoProfile.isPaused(mCurrentVideoState) && !VideoProfile.isPaused(newVideoState)) {
576 VideoProfile.videoStateToString(mCurrentVideoState),
581 VideoProfile.videoStateToString(mCurrentVideoState),
584 mCurrentVideoState = newVideoState;
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.1.0-robolectric-r4458339.jar 

Completed in 948 milliseconds