Home
last modified time | relevance | path

Searched refs:REQUEST_DISCONNECT (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DLogUtils.java106 public static final String REQUEST_DISCONNECT = "REQUEST_DISCONNECT"; field in LogUtils.Events
217 new TimedEventPair(REQUEST_DISCONNECT, SET_DISCONNECTED, DISCONNECT_TIMING),
233 new TimedEventPair(START_CONNECTION, REQUEST_DISCONNECT,
DCall.java2246 Log.addEvent(this, LogUtils.Events.REQUEST_DISCONNECT, reason); in disconnect()