OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPendingSession
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/voip/java/android/net/sip/
ISipService.aidl
40
ISipSession
getPendingSession
(String callId);
SipManager.java
391
ISipSession session = mSipService.
getPendingSession
(callId);
523
ISipSession s = mSipService.
getPendingSession
(callId);
/frameworks/base/voip/java/com/android/server/sip/
SipService.java
274
public synchronized ISipSession
getPendingSession
(String callId) {
[
all
...]
Completed in 865 milliseconds