Home
last modified time | relevance | path

Searched refs:EXTRA_CALL_ORIGIN (Results 1 – 2 of 2) sorted by relevance

/packages/apps/PhoneCommon/src/com/android/phone/common/
DPhoneConstants.java26 public static final String EXTRA_CALL_ORIGIN = "com.android.phone.CALL_ORIGIN"; field in PhoneConstants
/packages/apps/Contacts/src/com/android/contacts/
DCallUtil.java126 intent.putExtra(PhoneConstants.EXTRA_CALL_ORIGIN, callOrigin); in getVideoCallIntent()