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 >>>)
ea4c6fb7dc46c96b5ecf2c2b81bce51fa58d774c 14-Apr-2017 Tyler Gunn <tgunn@google.com> Send PhoneAccount register/unregistered intents to default dialer.

A few cleanups:
1. When sending the register/unregister phone account intents, previously
there was no attempt made to ensure the intents were only sent when a
new account was added, or an existing one was removed. Cleaned this up
so that we don't over-send the intents.
2. Minor fix to account diff string in PhoneAccountRegistrar which would
cause icon to always be shown as a diff; removed since bitmaps can't be
compared.
3. Also sending the intents to the default dialer app as an explicit
intent.
Cherry-pick from aosp master to resolve conflicts.

Test: Manual
Bug: 37106957
Change-Id: I7fdaa3e225df6fe3aaf292f9b0b93042f69ca469
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/TestInCallServiceBroadcastReceiver.java
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