OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getHandoverConnection
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCall.java
276
getHandoverConnection
() {
ImsPhone.java
916
public ImsPhoneConnection
getHandoverConnection
() {
918
ImsPhoneConnection conn = getForegroundCall().
getHandoverConnection
();
922
conn = getBackgroundCall().
getHandoverConnection
();
927
conn = getRingingCall().
getHandoverConnection
();
[
all
...]
Completed in 176 milliseconds