OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:imsPhoneConnection
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCall.java
83
ImsPhoneConnection
c = (
ImsPhoneConnection
) mConnections.get(i);
152
//***** Called from
ImsPhoneConnection
181
* Called by
ImsPhoneConnection
when it has disconnected
184
connectionDisconnected(
ImsPhoneConnection
conn) {
207
detach(
ImsPhoneConnection
conn) {
233
ImsPhoneConnection
cn = (
ImsPhoneConnection
)mConnections.get(i);
245
ImsPhoneConnection
cn = (
ImsPhoneConnection
)mConnections.get(i)
[
all
...]
/packages/services/Telephony/src/com/android/services/telephony/
ImsConferenceController.java
19
import com.android.internal.telephony.imsphone.
ImsPhoneConnection
;
267
if (!(originalConnection instanceof
ImsPhoneConnection
)) {
271
ImsPhoneConnection
imsPhoneConnection
= (
ImsPhoneConnection
) originalConnection;
272
return
imsPhoneConnection
.isMultiparty() && !
imsPhoneConnection
.isConferenceHost();
ImsConference.java
35
import com.android.internal.telephony.imsphone.
ImsPhoneConnection
;
445
if (!(originalConnection instanceof
ImsPhoneConnection
)) {
449
ImsPhoneConnection
imsPhoneConnection
= (
ImsPhoneConnection
) originalConnection;
450
return
imsPhoneConnection
.isMultiparty() &&
imsPhoneConnection
.isConferenceHost();
645
if (!(originalConnection instanceof
ImsPhoneConnection
)) {
Completed in 382 milliseconds