Searched refs:EXTRA_PICTURE_URL (Results 1 – 4 of 4) sorted by relevance
112 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()
286 public static final String EXTRA_PICTURE_URL = "android.telephony.ims.extra.PICTURE_URL"; field in ImsCallProfile
1667 profile.setCallExtra(ImsCallProfile.EXTRA_PICTURE_URL, url); in dialInternal()
12963 field public static final String EXTRA_PICTURE_URL = "android.telephony.ims.extra.PICTURE_URL";