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.java67 public static final String SET_DISCONNECTED = "SET_DISCONNECTED"; field in LogUtils.Events
152 new TimedEventPair(REQUEST_REJECT, SET_DISCONNECTED, REJECT_TIMING),
153 new TimedEventPair(REQUEST_DISCONNECT, SET_DISCONNECTED, DISCONNECT_TIMING),
DAnalytics.java80 put(LogUtils.Events.SET_DISCONNECTED, AnalyticsEvent.SET_DISCONNECTED);
DCall.java853 event = LogUtils.Events.SET_DISCONNECTED; in setState()
/packages/services/Telecomm/proto/
Dtelecom.proto53 SET_DISCONNECTED = 2; enumerator