Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java335 mImsPhoneUT.notifyForVideoCapabilityChanged(true); in testGettersAndPassThroughs()
336 verify(mPhone).notifyForVideoCapabilityChanged(true); in testGettersAndPassThroughs()
DImsPhoneCallTrackerTest.java329 verify(mImsPhone, times(0)).notifyForVideoCapabilityChanged(anyBoolean()); in testImsFeatureCapabilityChange()
339 verify(mImsPhone, times(1)).notifyForVideoCapabilityChanged(eq(true)); in testImsFeatureCapabilityChange()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java256 notifyForVideoCapabilityChanged(mIsVideoCapable); in registerForVideoCapabilityChanged()
817 public void notifyForVideoCapabilityChanged(boolean isVideoCallCapable) { in notifyForVideoCapabilityChanged() method in PhoneMock
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java648 public void notifyForVideoCapabilityChanged(boolean isVideoCapable) { in notifyForVideoCapabilityChanged() method in ImsPhone
650 mDefaultPhone.notifyForVideoCapabilityChanged(isVideoCapable); in notifyForVideoCapabilityChanged()
DImsPhoneCallTracker.java3817 mPhone.notifyForVideoCapabilityChanged(isVideoEnabled); in handleFeatureCapabilityChanged()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java961 notifyForVideoCapabilityChanged(mIsVideoCapable); in registerForVideoCapabilityChanged()
2880 public void notifyForVideoCapabilityChanged(boolean isVideoCallCapable) { in notifyForVideoCapabilityChanged() method in Phone
/frameworks/base/config/
Dboot-image-profile.txt40474 HSPLcom/android/internal/telephony/Phone;->notifyForVideoCapabilityChanged(Z)V
41465 HSPLcom/android/internal/telephony/imsphone/ImsPhone;->notifyForVideoCapabilityChanged(Z)V