OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getImsCall
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCall.java
207
null : getFirstConnection().
getImsCall
();
227
getImsCall
() {
228
return (getFirstConnection() == null) ? null : getFirstConnection().
getImsCall
();
ImsPhoneConnection.java
583
/*package*/ ImsCall
getImsCall
() {
Completed in 363 milliseconds