History log of /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/NewOutgoingCallIntentBroadcasterTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
68d17c62b6bbd608cdd6668be5488836e7393909 12-Apr-2017 Brad Ebinger <breadley@google.com> Fixes Failing Telecom Tests and marks flaky ones

This change fixes the failing Telecom tests and marks the
inconsistently failing ones as @FlakyTest.

Test: Build and run Telecom Unit Tests
Change-Id: Ifc6b296f7acddc136d99f063094f3d30bc2f02d0
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/NewOutgoingCallIntentBroadcasterTest.java
d0fe76e8e74ac515cacc492fa2c783cf2247ac05 20-Mar-2017 Brad Ebinger <breadley@google.com> Fix Telecom Unit Tests
1) Add/Fix VideoProviderTests
2) Update tests to accommodate ContentProvider changes

Test: Telecom Unit Tests
Change-Id: I8ac65a4686937bfb3954f1d87ca8d1e4ee492644
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/NewOutgoingCallIntentBroadcasterTest.java
63e690cba4c50577c6dcfc98ca1d7e5f1b1fc3c4 15-Feb-2017 Hall Liu <hallliu@google.com> Accept timeout from apps requesting call disconnect

When processing a call disconnected via the ACTION_NEW_OUTGOING_CALL
broadcast, use the timeout specified by the app instead of the default
timeout. This allows apps that may take a bit longer to place a new call
some more time if they need it.

This also changes the default timeout to 500ms and sets a max timeout of
10s for an app-specified timeout.

Bug: 34474757
Test: manual, unit
Change-Id: I1b535f17aefffe423cfbc2cb1d42352e8f4b57f0
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/NewOutgoingCallIntentBroadcasterTest.java
c9cf54407720d32fdb1b69e0254657a6061b9f56 29-Jun-2016 Hall Liu <hallliu@google.com> Add lock to NewOutgoingCallBroadcastIntentReceiver

Synchronize on main Telecom lock when processing the returning ordered
broadcast.

Change-Id: Ic63efc9fb6d2e17bf1ca40c118594531054db985
Fixes: 29424036
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/NewOutgoingCallIntentBroadcasterTest.java
e6143f57856972ba21b5c6fb711c93ac2e477cc7 26-May-2016 Sanket Agarwal <sanketa@google.com> Do not process call intent if call already disconnected

In cases of very quick call and hangup (delay of 0.1 sec using
automation) the call itself will go from NEW -> CONNECTING ->
DISCONNECTED but the CallIntentProcessor will still make the outgoing
call since it does not check the current call state for it has been
disconnected.

Bug: b/28969591
Change-Id: I1de45ff342db3e2552824c17f9f73f9c3a2579d9
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/NewOutgoingCallIntentBroadcasterTest.java
508b280a3e2090fcc49fe5953047d4122ce9ecbe 18-Feb-2016 Hall Liu <hallliu@google.com> Stub out getInitiatingUser for mCall

Bug: 27229587
Change-Id: Ie40c693d996b9bc76607226b62ae03b7827905b5
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/NewOutgoingCallIntentBroadcasterTest.java
84b6c878ba75be8d4fee99af8da31a55ab50b99c 03-Feb-2016 Hall Liu <hallliu@google.com> Add test annotations for APCT

Change-Id: Ieadeb236eee778cce2b1da55274ec7e5a1969ea3
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/NewOutgoingCallIntentBroadcasterTest.java
220b419bb5d1b4d1df08415c8e52cb7f0decbf7c 11-Dec-2015 Hall Liu <hallliu@google.com> Add tests for NewOutgoingCallIntentBroadcaster

Change-Id: I5dd8ee49e0afc3ab714439ae1ca7f4ce54a26072
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/NewOutgoingCallIntentBroadcasterTest.java