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.java101 public static final String SET_DISCONNECTED = "SET_DISCONNECTED"; field in LogUtils.Events
218 new TimedEventPair(REQUEST_REJECT, SET_DISCONNECTED, REJECT_TIMING),
219 new TimedEventPair(REQUEST_DISCONNECT, SET_DISCONNECTED, DISCONNECT_TIMING),
DAnalytics.java89 put(LogUtils.Events.SET_DISCONNECTED, AnalyticsEvent.SET_DISCONNECTED);
DCall.java1066 event = LogUtils.Events.SET_DISCONNECTED; in setState()
/packages/services/Telecomm/proto/
Dtelecom.proto59 SET_DISCONNECTED = 2; enumerator