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.java69 public static final String SET_DISCONNECTED = "SET_DISCONNECTED"; field in LogUtils.Events
174 new TimedEventPair(REQUEST_REJECT, SET_DISCONNECTED, REJECT_TIMING),
175 new TimedEventPair(REQUEST_DISCONNECT, SET_DISCONNECTED, DISCONNECT_TIMING),
DAnalytics.java86 put(LogUtils.Events.SET_DISCONNECTED, AnalyticsEvent.SET_DISCONNECTED);
DCall.java952 event = LogUtils.Events.SET_DISCONNECTED; in setState()
/packages/services/Telecomm/proto/
Dtelecom.proto56 SET_DISCONNECTED = 2; enumerator