OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCallProfile
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/telephony/java/com/android/ims/internal/
IImsCallSession.aidl
48
ImsCallProfile
getCallProfile
();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCall.java
291
if ((imsCall == null) || (imsCall.
getCallProfile
() == null)
292
|| (imsCall.
getCallProfile
().mMediaProfile == null)) {
296
ImsStreamMediaProfile mediaProfile = imsCall.
getCallProfile
().mMediaProfile;
ImsPhoneConnection.java
165
if ((imsCall != null) && (imsCall.
getCallProfile
() != null)) {
166
mAddress = imsCall.
getCallProfile
().getCallExtra(ImsCallProfile.EXTRA_OI);
167
mCnapName = imsCall.
getCallProfile
().getCallExtra(ImsCallProfile.EXTRA_CNA);
169
imsCall.
getCallProfile
().getCallExtraInt(ImsCallProfile.EXTRA_OIR));
171
imsCall.
getCallProfile
().getCallExtraInt(ImsCallProfile.EXTRA_CNAP));
742
ImsCallProfile callProfile = imsCall.
getCallProfile
();
795
ImsCallProfile negotiatedCallProfile = imsCall.
getCallProfile
();
[
all
...]
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
ImsCallSession.java
466
public ImsCallProfile
getCallProfile
() {
472
return miSession.
getCallProfile
();
[
all
...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
TelephonyTest.java
415
doReturn(mImsCallProfile).when(mImsCall).
getCallProfile
();
/frameworks/opt/net/ims/src/java/com/android/ims/
ImsCall.java
648
public ImsCallProfile
getCallProfile
() {
[
all
...]
ImsManager.java
[
all
...]
Completed in 381 milliseconds