Home
last modified time | relevance | path

Searched defs:CSW_ADD_CONFERENCE_CALL (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DTelecomAnalytics.java77 public static final int CSW_ADD_CONFERENCE_CALL = 108; field in TelecomAnalytics.SessionTiming
/aosp12/packages/services/Telecomm/proto/
H A Dtelecom.proto44 CSW_ADD_CONFERENCE_CALL = 108; enumerator
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DLogUtils.java85 public static final String CSW_ADD_CONFERENCE_CALL = "CSW.aCC"; field in LogUtils.Sessions