OSDN Git Service

Add connection events for indicated when a connection is remotely held.
authorTyler Gunn <tgunn@google.com>
Wed, 17 Aug 2016 20:48:27 +0000 (13:48 -0700)
committerTyler Gunn <tgunn@google.com>
Wed, 17 Aug 2016 20:48:27 +0000 (13:48 -0700)
commitb5ed860de71fe165af63b4255da25d0295abaa69
tree97d1c6aab2e7578ca826fda526365f0d5130b0c7
parentf925b8df927a93b20174cde16989cd739421e48c
Add connection events for indicated when a connection is remotely held.

Note: This is different than the existing EVENT_ON_HOLD_TONE_START
and EVENT_ON_HOLD_TONE_END events, which trigger playing a hold tone for
remotely held calls.  Those events also take into account whether the call
is foreground/background; it is left as a future exercise to clean that
up.

Bug: 30349182
Change-Id: I919365d243ae3b9fe56454c7a2b9d5805b2c03a2
telecomm/java/android/telecom/Connection.java