OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImsExternalConnection
(Results
1 - 6
of
6
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsExternalCallTracker.java
81
* Receives callbacks from {@link
ImsExternalConnection
}s when a call pull has been initiated.
83
public class ExternalConnectionListener implements
ImsExternalConnection
.Listener {
85
public void onPullExternalCall(
ImsExternalConnection
connection) {
105
* {@link
ImsExternalConnection
} in {@link #mExternalConnections} is the one being requested.
115
private Map<Integer,
ImsExternalConnection
> mExternalConnections =
236
* update of {@link
ImsExternalConnection
}s to represent the dialogs in the dialog event
247
Iterator<Map.Entry<Integer,
ImsExternalConnection
>> connectionIterator =
251
Map.Entry<Integer,
ImsExternalConnection
> entry = connectionIterator.next();
255
ImsExternalConnection
externalConnection = entry.getValue();
299
* creates a new instance of {@link
ImsExternalConnection
} to represent the connection, an
[
all
...]
ImsExternalCall.java
27
* Companion class for {@link
ImsExternalConnection
}; represents an external call which was
34
public ImsExternalCall(Phone phone,
ImsExternalConnection
connection) {
ImsExternalConnection.java
49
public class
ImsExternalConnection
extends Connection {
55
void onPullExternalCall(
ImsExternalConnection
connection);
86
protected
ImsExternalConnection
(Phone phone, int callId, Uri address, boolean isPullable) {
253
str.append("[
ImsExternalConnection
dialogCallId:");
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsExternalCallTrackerTest.java
90
assert(connection instanceof
ImsExternalConnection
);
97
ImsExternalConnection
connection = (
ImsExternalConnection
)
/packages/services/Telephony/src/com/android/services/telephony/
PstnIncomingCallNotifier.java
46
import com.android.internal.telephony.imsphone.
ImsExternalConnection
;
198
if (connection instanceof
ImsExternalConnection
) {
199
ImsExternalConnection
externalConnection = (
ImsExternalConnection
) connection;
318
if (unknown instanceof
ImsExternalConnection
&&
320
.getOriginalConnection() instanceof
ImsExternalConnection
)) {
/frameworks/base/
compiled-classes-phone
[
all
...]
Completed in 275 milliseconds