Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DLogUtils.java107 public static final String SET_DISCONNECTED = "SET_DISCONNECTED"; field in LogUtils.Events
253 new TimedEventPair(REQUEST_REJECT, SET_DISCONNECTED, REJECT_TIMING),
254 new TimedEventPair(REQUEST_DISCONNECT, SET_DISCONNECTED, DISCONNECT_TIMING),
DAnalytics.java100 entry(LogUtils.Events.SET_DISCONNECTED, AnalyticsEvent.SET_DISCONNECTED),
DCall.java1414 event = LogUtils.Events.SET_DISCONNECTED; in setState()
/packages/services/Telecomm/proto/
Dtelecom.proto59 SET_DISCONNECTED = 2; enumerator