OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getLocalCallProfile
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
ImsCallSession.java
436
public ImsCallProfile
getLocalCallProfile
() {
442
return miSession.
getLocalCallProfile
();
[
all
...]
/frameworks/opt/net/ims/src/java/com/android/ims/
ImsCall.java
494
public ImsCallProfile
getLocalCallProfile
() throws ImsException {
502
return mSession.
getLocalCallProfile
();
504
loge("
getLocalCallProfile
:: ", t);
505
throw new ImsException("
getLocalCallProfile
()", t, 0);
[
all
...]
Completed in 459 milliseconds