Home
last modified time | relevance | path

Searched refs:CONFERENCE_WITH (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DLogUtils.java133 public static final String CONFERENCE_WITH = "CONF_WITH"; field in LogUtils.Events
DAnalytics.java70 put(LogUtils.Events.CONFERENCE_WITH, AnalyticsEvent.CONFERENCE_WITH);
DCall.java2639 Log.addEvent(this, LogUtils.Events.CONFERENCE_WITH, otherCall); in conferenceWith()
2658 Log.addEvent(this, LogUtils.Events.CONFERENCE_WITH); in mergeConference()
/packages/services/Telecomm/proto/
Dtelecom.proto86 CONFERENCE_WITH = 300; enumerator