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.java148 public static final String CONFERENCE_WITH = "CONF_WITH"; field in LogUtils.Events
DAnalytics.java81 entry(LogUtils.Events.CONFERENCE_WITH, AnalyticsEvent.CONFERENCE_WITH),
DCall.java3396 Log.addEvent(this, LogUtils.Events.CONFERENCE_WITH, otherCall); in conferenceWith()
3419 Log.addEvent(this, LogUtils.Events.CONFERENCE_WITH); in mergeConference()
/packages/services/Telecomm/proto/
Dtelecom.proto86 CONFERENCE_WITH = 300; enumerator