OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLocalCallProfile
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/telephony/java/com/android/ims/internal/
IImsCallSession.aidl
55
ImsCallProfile
getLocalCallProfile
();
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
ImsCallSession.java
483
public ImsCallProfile
getLocalCallProfile
() {
489
return miSession.
getLocalCallProfile
();
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneConnection.java
804
ImsCallProfile localCallProfile = imsCall.
getLocalCallProfile
();
[
all
...]
/frameworks/opt/net/ims/src/java/com/android/ims/
ImsCall.java
622
public ImsCallProfile
getLocalCallProfile
() throws ImsException {
630
return mSession.
getLocalCallProfile
();
632
loge("
getLocalCallProfile
:: ", t);
633
throw new ImsException("
getLocalCallProfile
()", t, 0);
[
all
...]
Completed in 59 milliseconds