OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getParentSession
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telecomm/src/com/android/server/telecom/
Session.java
108
public Session
getParentSession
() {
181
while(topNode.
getParentSession
() != null) {
182
topNode = topNode.
getParentSession
();
Log.java
619
Session parentSession = subsession.
getParentSession
();
664
Session parentSession = completedSession.
getParentSession
();
683
Session parentSession = subsession.
getParentSession
();
[
all
...]
Completed in 3753 milliseconds