Home
last modified time | relevance | path

Searched refs:EXTRA_PICTURE_URL (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsCallProfileTest.java112 data.setCallExtra(ImsCallProfile.EXTRA_PICTURE_URL, testPictureUrl); in testCallComposerExtras()
113 assertEquals(testPictureUrl, data.getCallExtra(ImsCallProfile.EXTRA_PICTURE_URL)); in testCallComposerExtras()
139 data.getCallExtra(ImsCallProfile.EXTRA_PICTURE_URL), in testCallComposerExtras()
140 unparceledData.getCallExtra(ImsCallProfile.EXTRA_PICTURE_URL)); in testCallComposerExtras()
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallProfile.java286 public static final String EXTRA_PICTURE_URL = "android.telephony.ims.extra.PICTURE_URL"; field in ImsCallProfile
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java1667 profile.setCallExtra(ImsCallProfile.EXTRA_PICTURE_URL, url); in dialInternal()
/frameworks/base/core/api/
Dsystem-current.txt12963 field public static final String EXTRA_PICTURE_URL = "android.telephony.ims.extra.PICTURE_URL";