OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getChildSessions
(Results
1 - 3
of
3
) sorted by null
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
SessionManagerTest.java
168
assertTrue(parentSession.
getChildSessions
().contains(testSession));
171
assertTrue(testSession.
getChildSessions
().isEmpty());
264
assertTrue(parentSession.
getChildSessions
().isEmpty());
/frameworks/base/telecomm/java/android/telecom/Logging/
Session.java
188
public ArrayList<Session>
getChildSessions
() {
SessionManager.java
326
if (!subsession.isSessionCompleted() || subsession.
getChildSessions
().size() != 0) {
Completed in 156 milliseconds