History log of /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/TestInCallServiceBroadcastReceiver.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
86014fcf9ec86e198a1ebac7c46e0e5c630735d7 12-Jun-2015 Tyler Gunn <tgunn@google.com> Play tone when video upgrade request is received.

Added a VideoProviderProxy which intermediates between the VideoProvider
in the ConnectionService and the InCallService.

Changed CallsManager to listen for session modification requests via the
VideoProviderProxy and report these to its listeners via the
CallsManagerListeberBase.

Changed InCallToneMonitor to listen for session modification requests and
to play a tone when a request to upgrade is received.

Also, added an intent in the TestInCallService which I neglected to commit
in a previous CL.

Bug: 20232310
Change-Id: I1b105968f519ff6b166bbd02cb57b1cf68d2cea9
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/TestInCallServiceBroadcastReceiver.java
ac30f08f0ef02e67d77a2f01c9d1018fe61a1605 05-May-2015 Tyler Gunn <tgunn@google.com> DO NOT MERGE Add ability to specify video state through TestInCallService intent.

TestInCallService has an "ACTION_SEND_UPGRADE_REQUEST_FROM_TEST_INCALL_SERVICE"
intent.
Added support to specify an int videoState as part of the intent so that
the caller can test sending video requests that our InCall may not
support (e.g. incoming 1-way request when in audio-only).

Bug: 20090022
Change-Id: I283575cc296444bbdadcdec5c1caa1593c1eed3b
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/TestInCallServiceBroadcastReceiver.java
33b6729930a10ddd784b7bb2e8c2e6509c54ef54 28-Apr-2015 Tyler Gunn <tgunn@google.com> Intent handling fixes for TestInCallService and TestCallActivity.

I had added the android:process to the TestCallActivity section in the
manifest. This made my test intent work, but broke the intents in the
TestCallActivity which communicated back to the TestConnectionService.

Correctected this by adding a new BroadcastReceiver which is used to handle
intents for the TestInCallService.

Change-Id: I665b381a5519b0a1ddac39f580ce6482615dcffa
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/TestInCallServiceBroadcastReceiver.java