Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsCallProfileTest.java104 data.setCallExtraParcelable(ImsCallProfile.EXTRA_LOCATION, testLocation); in testCallComposerExtras()
106 ImsCallProfile.EXTRA_LOCATION); in testCallComposerExtras()
130 Location locationFromData = data.getCallExtraParcelable(ImsCallProfile.EXTRA_LOCATION); in testCallComposerExtras()
132 ImsCallProfile.EXTRA_LOCATION); in testCallComposerExtras()
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallProfile.java273 public static final String EXTRA_LOCATION = "android.telephony.ims.extra.LOCATION"; field in ImsCallProfile
/frameworks/base/telecomm/java/android/telecom/
DTelecomManager.java307 public static final String EXTRA_LOCATION = "android.telecom.extra.LOCATION"; field in TelecomManager
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java1656 if (intentExtras.containsKey(android.telecom.TelecomManager.EXTRA_LOCATION)) { in dialInternal()
1657 profile.setCallExtraParcelable(ImsCallProfile.EXTRA_LOCATION, in dialInternal()
1659 android.telecom.TelecomManager.EXTRA_LOCATION)); in dialInternal()
/frameworks/base/core/api/
Dsystem-current.txt12960 field public static final String EXTRA_LOCATION = "android.telephony.ims.extra.LOCATION";
Dcurrent.txt40395 field public static final String EXTRA_LOCATION = "android.telecom.extra.LOCATION";