Home
last modified time | relevance | path

Searched refs:notifyForVideoCapabilityChanged (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java367 mImsPhoneUT.notifyForVideoCapabilityChanged(true); in testGettersAndPassThroughs()
368 verify(mPhone).notifyForVideoCapabilityChanged(true); in testGettersAndPassThroughs()
DImsPhoneCallTrackerTest.java320 verify(mImsPhone, times(0)).notifyForVideoCapabilityChanged(anyBoolean()); in testImsFeatureCapabilityChange()
330 verify(mImsPhone, times(1)).notifyForVideoCapabilityChanged(eq(true)); in testImsFeatureCapabilityChange()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java869 public void notifyForVideoCapabilityChanged(boolean isVideoCapable) { in notifyForVideoCapabilityChanged() method in ImsPhone
871 mDefaultPhone.notifyForVideoCapabilityChanged(isVideoCapable); in notifyForVideoCapabilityChanged()
DImsPhoneCallTracker.java4651 mPhone.notifyForVideoCapabilityChanged(isVideoEnabled); in resetImsCapabilities()
4766 mPhone.notifyForVideoCapabilityChanged(isVideoEnabled); in handleFeatureCapabilityChanged()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java1113 notifyForVideoCapabilityChanged(mIsVideoCapable); in registerForVideoCapabilityChanged()
3451 public void notifyForVideoCapabilityChanged(boolean isVideoCallCapable) { in notifyForVideoCapabilityChanged() method in Phone
/frameworks/base/config/
Dboot-image-profile.txt22442 HSPLcom/android/internal/telephony/Phone;->notifyForVideoCapabilityChanged(Z)V
42989 HSPLcom/android/internal/telephony/imsphone/ImsPhone;->notifyForVideoCapabilityChanged(Z)V