History log of /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/TestDialerActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
dd68bc36a3278557b1c4d9183ed9e3dee077eb20 26-Jan-2017 Hall Liu <hallliu@google.com> Add support for RTT calls (part 1)

Adds logic for handling RTT call initiation and communication with the
InCallService and the ConnectionService and includes changes to the
testapps that exercise this functionality. This change handles RTT
initiation from the beginning of a call.

Change-Id: I3d713b662a100b2e0ad817b92005f044bcc60c62
Test: manual, through testapps
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/TestDialerActivity.java
504a7f92a570dc6e619811a868da7a86b7716624 19-Jun-2015 Santos Cordon <santoscordon@google.com> Add dial extras to test app.

Change-Id: Ibd15b0d9f75a22291c96cd4cc6192de17527fcb4
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/TestDialerActivity.java
4e4ed74f1c29ede44450f78354755bfabfb1fc4f 06-May-2015 Yorke Lee <yorkelee@google.com> Use current userhandle when querying for default dialer

Also update TestDialerActivity to use placeCall API.

Bug: 20696062
Change-Id: I65f9585f7659009e76456c4613de48f0558dd0b5
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/TestDialerActivity.java
b5c5d44062ff3d992e0985424382e4596d386085 28-Apr-2015 Yorke Lee <yorkelee@google.com> Add activity to handle default dialer requests

* ChangeDefaultDialerDialog provides the UI that can be used by
apps to request that the user select their package as the default
dialer.

* Add various manifest entries, strings etc for use in the UI

* Exercise TelecomManager.ACTION_CHANGE_DEFAULT_DIALER in
TestDialerActivity

Bug: 20304411

Change-Id: Ibc6678c44290f5c9aa00c294b55db74c2c6e09eb
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/TestDialerActivity.java
5310196deda80ace064a7d5bc672dbe1974906b9 30-Apr-2015 Yorke Lee <yorkelee@google.com> Add default dialer checks to Telecom/Telephony

Check for the default dialer or the modify phone state permission
for various TelecomManager/TelephonyManager methods.

Make sure to check the user-selected default rather than the
hardcoded package name.

Exercise this code in TestDialerActivity.

Bug: 20304458
Change-Id: Ic04cd8f2ba98e1d54c39549ae89d3e11cd5cdafb
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/TestDialerActivity.java
fbc956311259d1cdd5978cb0b652d1561f06a33c 27-Apr-2015 Yorke Lee <yorkelee@google.com> Exercise voicemail permissions in Test Dialer

Bug: 20333102
Change-Id: Icc244816518a558ba5b841d7d9e070b3c6c34e8b
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/TestDialerActivity.java
562ad5e7577d13e0ac31c42ee6499543f4d1e684 21-Apr-2015 Yorke Lee <yorkelee@google.com> Make calls from TestDialerActivity

Bug: 20348183
Change-Id: Ib4c5b08aa7fdfe61a3dc31a880541423be255543
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/TestDialerActivity.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/TestDialerActivity.java