History log of /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/CallNotificationReceiver.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
141c4bf96b6091833d3d321a2503f6ab5aa80441 16-Dec-2015 Tyler Gunn <tgunn@google.com> Enhance TestConnectionService to support 1-way video calls.

- added support for receiving 1-way video calls; this is useful when
testing receiving calls from a different device that does support 1-way
video calls and we want to ensure our implementation handles it.
- also add "capability_video_calling_relies_on_presence"

Change-Id: I417cd439aa8d6bebb5c35ec18fe5f5592535551c
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/CallNotificationReceiver.java
92694519535c54f542b4ef3973e9c1934f2feeff 23-Apr-2015 Santos Cordon <santoscordon@google.com> Move CallState and rename PRE_DIAL_WAIT.

CallState was a public API only being used by Telecom so I've moved it
into to Telecom and removed it from the public API. The translation
from CallState to Call.STATE_* was happening on the public Call object
which wasn't ideal (Call.java shouldn't have to know that other
representations of state exist). So I moved the translation into
InCallController.java and what we pass into ParcelableCall is now
Call.STATE_* constants.

Bug: 20532827
Bug: 20532435
Change-Id: I79ce36c7e971c1a49b857506c9a56cfe316069cf
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/CallNotificationReceiver.java
817090c6c6e43e13d2dbd6000c90331bfcbddaf8 10-Apr-2015 Yorke Lee <yorkelee@google.com> Add ability to send video upgrade requests using TestVideoProvider

Bug: 20090411
Change-Id: I5db96fd41efc3baee0d80c73988cc0d6fba23b37
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/CallNotificationReceiver.java
2a6985f675b0b4000b2a5a53e7df2fd3b55e91a1 27-Mar-2015 Yorke Lee <yorkelee@google.com> DO NOT MERGE Add ability to simulate missed calls

After initiating a call using
adb shell am start -a android.telecom.testapps.ACTION_START_INCOMING_CALL
-d "tel:14082932268"

Hang up the call using:
adb shell am start -a android.telecom.testapps.ACTION_HANGUP_CALLS

Bug: 19803865
Change-Id: I9ba12bac1eb5db5c19d0d830fc1e1e77cb3b86cb
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/CallNotificationReceiver.java
945a82ea92bf4fcc8b505738760650f9fb74960b 02-Apr-2015 Ihab Awad <ihab@google.com> Split unit tests and interactive test apps apart

This CL splits the automated unit tests (*.tests package) and the
interactive test connection services (*.testapps package).

Apart from code hygiene and flexibility moving forward, this makes
Android manifest and build files, and the relevant dependencies,
simpler and easier to follow.

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