OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:callSessionResumeReceived
(Results
1 - 4
of
4
) sorted by null
/frameworks/opt/net/ims/src/java/com/android/ims/
ImsCallSessionListenerBase.java
82
public void
callSessionResumeReceived
(IImsCallSession session, ImsCallProfile profile) {
ImsCall.java
[
all
...]
/frameworks/base/telephony/java/com/android/ims/internal/
IImsCallSessionListener.aidl
49
void
callSessionResumeReceived
(in IImsCallSession session, in ImsCallProfile profile);
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
ImsCallSession.java
189
public void
callSessionResumeReceived
(ImsCallSession session,
1030
public void
callSessionResumeReceived
(IImsCallSession session,
1033
mListener.
callSessionResumeReceived
(ImsCallSession.this, profile);
[
all
...]
Completed in 876 milliseconds