Home
last modified time | relevance | path

Searched refs:DIRECTION_INACTIVE (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/
DImsStreamMediaProfile.java37 public static final int DIRECTION_INACTIVE = 0; field in ImsStreamMediaProfile
DImsCallProfile.java621 return mMediaProfile.mVideoDirection == ImsStreamMediaProfile.DIRECTION_INACTIVE; in isVideoPaused()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTest.java127 mMediaProfile.mAudioDirection = ImsStreamMediaProfile.DIRECTION_INACTIVE; in testUpdateRingBackTone()
DImsPhoneCallTrackerTest.java779 callProfile.mMediaProfile.mAudioDirection = ImsStreamMediaProfile.DIRECTION_INACTIVE; in testRemoteToneInactive()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCall.java306 return (mediaProfile.mAudioDirection == ImsStreamMediaProfile.DIRECTION_INACTIVE) in isLocalTone()
/frameworks/base/api/
Dsystem-current.txt5794 field public static final int DIRECTION_INACTIVE = 0; // 0x0
/frameworks/base/config/
Dhiddenapi-public-dex.txt43663 Landroid/telephony/ims/ImsStreamMediaProfile;->DIRECTION_INACTIVE:I