OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isStartedFromActiveSession
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telecomm/src/com/android/server/telecom/
Session.java
56
boolean
isStartedFromActiveSession
, String ownerInfo) {
62
mIsStartedFromActiveSession =
isStartedFromActiveSession
;
120
public boolean
isStartedFromActiveSession
() {
Log.java
570
private static synchronized Session createSubsession(boolean
isStartedFromActiveSession
) {
580
isStartedFromActiveSession
, null);
584
if(!
isStartedFromActiveSession
) {
627
if(!subsession.
isStartedFromActiveSession
()) {
656
if(!completedSession.
isStartedFromActiveSession
()) {
670
completedSession.
isStartedFromActiveSession
()) {
[
all
...]
Completed in 46 milliseconds