History log of /packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/InCallPresenterTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ad944e7cf20303adddd960d8870b47fffcdcc8df 01-Apr-2016 Tyler Gunn <tgunn@google.com> DO NOT MERGE Add support for multi-endpoint.

- Add new "ExternalCallNotifier" which tracks external calls that Telecom
informs Incall about.
- Refactored some common code from StatusBarNotifier that is used in
ExternalCallNotifier into NotificationUtil so it can be used in both
places.
- Modified CallList to track and store external calls seperately from
regular ones.
- Added support for triggering a call pull in the
NotificationBroadcastReceiver.

Bug: 27458894
Change-Id: I505c8b5f7aad273ebdaaeae2431564d10b23770b
(cherry picked from commit d8eb77f116ba21a4f40fd59d608b2e8bbdf2e09b)
/packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/InCallPresenterTest.java
7753b65fb379b5d6a87702ee7e2f8fb1098ebca2 20-Oct-2015 Yorke Lee <yorkelee@google.com> Update InCallUI tests

* Update all tests with @SmallTest, @MediumTest or @LargeTest
annotation to ensure coverage by continuous test infrastructure

Change-Id: If362edd2afbef0b3484ad74f53e7d6339156742e
/packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/InCallPresenterTest.java
8a4bd60ca1b35e2c6fa46fed16891f5be4be9f46 03-Oct-2015 Andrew Lee <anwlee@google.com> Return Mock TelephonyManager for test.

Bug: 24341350
Change-Id: Ie47faafcb834083b4a6877e713d871d8283886f7
/packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/InCallPresenterTest.java
f68c053821428405bd4fb189f55fcba647e6740f 23-Apr-2015 Santos Cordon <santoscordon@google.com> Rename PRE_DIAL_WAIT to SELECT_PHONE_ACCOUNT

Bug: 20532435
Change-Id: Iae50b2ce15232a6010eb04895193b04c423ecc00
/packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/InCallPresenterTest.java
f204078965a59e2440adde040b90ef556919aeda 03-Apr-2015 Yorke Lee <yorkelee@google.com> Refactor mock CallList functionality

MockCallListWrapper provides an instance of a mock call list
and provides functionality to easily add/remove calls from
the mock call list.

Change-Id: I4f7651284d35bdac61574fd804afa33dbf43d6b0
/packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/InCallPresenterTest.java
f2c5fe2368b93576fc186c7dd311c4e4d2c6b743 06-Mar-2015 Yorke Lee <yorkelee@google.com> Flesh out more InCall tests

Change-Id: If77e0767e9dbc65a9235dc1841f4d7298e4d39d5
/packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/InCallPresenterTest.java
46d62c03a8066d43a709f52ddf8aa0f57e1ddb2c 03-Mar-2015 Yorke Lee <yorkelee@google.com> Add tests for InCallPresenter

Add a bunch of end-to-end tests for InCallPresenter

Refactor InCallPresenter to be more dependency injection
friendly.

Add some test-only methods to make testing easier

Change-Id: I86b6eeff91d35bc3b5cb3de9262d8850673919b7
/packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/InCallPresenterTest.java