History log of /frameworks/opt/telephony/src/java/com/android/internal/telephony/TelephonyTester.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c78f99c554056e5afcd80a5a3a92814bb552828a 21-Dec-2017 Tyler Gunn <tgunn@google.com> Add support for CALL_WAITING supp service notification.

Also cleanup supp service notifications to distinguish between the MO
and MT classes of notifications.

Test: Manual, added new unit tests
Bug: 66173973
Bug: 65534165
Change-Id: I032e1fbf6b3d9db3585093c639e26ee7e9741046
/frameworks/opt/telephony/src/java/com/android/internal/telephony/TelephonyTester.java
d50b1e692d2dda2c40fb9699b88eb2350d3a0a32 30-Jan-2018 Malcolm Chen <refuhoo@google.com> Connect to CellularNetworkService in SST.

Re-route SST to get cellular registration states from
CellularNetworkService instead of calling CommandsInterface
directly

Bug: 64132030
Test: unittest
Change-Id: I50a9cf548a142a147eb027659f72b83c68b9b8e1
Merged-In: I50a9cf548a142a147eb027659f72b83c68b9b8e1
/frameworks/opt/telephony/src/java/com/android/internal/telephony/TelephonyTester.java
1846615c7cb3d995efc8788b60aa1f5240de8b8f 23-Jan-2018 Brad Ebinger <breadley@google.com> Change ImsService API namespaces

Changes the ImsService API namespaces
to allow them to be @SystemApi.

Bug: 63987074
Merged-In: I66b564e27d5e0995c4819bd2c6df304e7e04a7eb
Change-Id: I66b564e27d5e0995c4819bd2c6df304e7e04a7eb
Test: Telephony Unit Tests
/frameworks/opt/telephony/src/java/com/android/internal/telephony/TelephonyTester.java
60c9dad26912093a7f95546d71909fce14039480 26-Oct-2017 Jack Yu <jackyu@google.com> Added service state override testing tool

Expand Telephony tester to support service state
override to simulate hard-to-repro issues.

Test: Manual
Merged-In: I1525c18322dd8282c1ee2c7f9b5f030b0a9c9543
Change-Id: I1525c18322dd8282c1ee2c7f9b5f030b0a9c9543
/frameworks/opt/telephony/src/java/com/android/internal/telephony/TelephonyTester.java
327d466ab04fd9391e35415fb25d238b6ce1d32d 16-Jun-2017 Tyler Gunn <tgunn@google.com> Merge "Add supp service notification test intent." into oc-dr1-dev
06cc9bcfe7f90e03b40c45060ae5727b7a0398fe 10-Jun-2017 Tyler Gunn <tgunn@google.com> Add test intent for supp service failures.

Test: This is a test harness, only a test harness.
Bug: 37952234
Change-Id: Id64670e152b4cbe31eab6c22db464f13713be395
/frameworks/opt/telephony/src/java/com/android/internal/telephony/TelephonyTester.java
8e31d9711a72cd740b9d8c4155420ac20e4b9a3f 08-Jun-2017 Tyler Gunn <tgunn@google.com> Add supp service notification test intent.

Add new test intent used to manually trigger supp service notifications.
Since the call forwarded supp service notification is not something
that can be tested domestically, this test intent provides a means of
invoking the functionality.

Test: Test harness.
Bug: 33761801
Change-Id: Ic23a65c02e419587d1095d2c24b52df76fc14826
/frameworks/opt/telephony/src/java/com/android/internal/telephony/TelephonyTester.java
e465c979041310a5e5edc83e36a02e2788e2ee00 09-Feb-2017 Erik Wolsheimer <ewol@google.com> Prevent phone process crashing on bad params to TelephonyTester

BUG: 35128562
Change-Id: I4231b2507cd6e2e98be53a5409f98417964648d3
/frameworks/opt/telephony/src/java/com/android/internal/telephony/TelephonyTester.java
2d996aa6061c038ba69dbe3b9430c5164283db22 19-Aug-2016 Tyler Gunn <tgunn@google.com> Remove one time sending of handover from wifi to LTE connection event.

We will always send the event and let dialer filter it out.

Bug: 30837560
Change-Id: I3c40d8ee236bd5c27a8891f5c7b25a8fef0d4feb
/frameworks/opt/telephony/src/java/com/android/internal/telephony/TelephonyTester.java
df0a189fcdf375cb6f0f1f533e20efec575d6c4e 17-Aug-2016 Tyler Gunn <tgunn@google.com> Send connection event on handover from WIFI to LTE.

Send a connection event when handover from wifi to LTE occurs for a video
call. This event is only sent once, the first time it happens.

Also added a test intent which can be sent to reset the preference.

Bug: 30837560
Change-Id: Iefc2c4024d4d1956e8a9153345b6c2892bd7c38b
/frameworks/opt/telephony/src/java/com/android/internal/telephony/TelephonyTester.java
0b93f32c1bed6554f058b9f614a0435f7dbfe942 05-Aug-2016 Tyler Gunn <tgunn@google.com> Notify telephony when a handover from LTE to WIFI fails.

Also adding test intent which can be used to simulate this situation.

Bug: 30697460
Change-Id: Ic45708699bbeedbb58920373180ea63a8d65ad78
/frameworks/opt/telephony/src/java/com/android/internal/telephony/TelephonyTester.java
fec523bdc5d2b6dd90212c8076bf34bcc2ab08b2 01-Apr-2016 Tyler Gunn <tgunn@google.com> Add ImsExternalCallTracker and support for multiendpoint.

- Adding new ImsExternalCallTracker which is responsible for responding to
dialog event package information received via IMS framework.
- Added TelephonyTester intents so that I can inject fake dialog event
package data into the ImsExternalCallTracker.

Bug: 27458894
Change-Id: Icc7c4f9e25ad553107fc1cb9d5501ba45c5a1e45
/frameworks/opt/telephony/src/java/com/android/internal/telephony/TelephonyTester.java
6c806ef816f8ae0a1849ba05f3128a04577b32d0 25-Nov-2015 Amit Mahajan <amitmahajan@google.com> Phone refactor Phase II. Renamed PhoneBase to Phone.

Phone interface has been renamed to PhoneInternalInterface. For
outside world, Phone is now the only handle that should be used
for phone related classes (earlier there were Phone, PhoneBase,
GSMPhone, etc.). Some cleanup is still pending to make sure
technology specific phone is not used outside of telephony at all
(and even within telephony as much as possible).

Bug: 25793157
Change-Id: Ic19b286e6d2580e5537f4f6a8dc8afe39d80a803
/frameworks/opt/telephony/src/java/com/android/internal/telephony/TelephonyTester.java
fdca22cc56b0e1ef1504e36a5aacb2ebbc4d146c 28-Oct-2014 Tyler Gunn <tgunn@google.com> Communicating participant changes to conference controller.

- Add event handlers to pass participant info to conference controller.

Bug: 18057361
Change-Id: Ifdd2d871994fc6e347f54d1e69686f7c68a7d6b0
/frameworks/opt/telephony/src/java/com/android/internal/telephony/TelephonyTester.java
0d4f1fe3137cc4a76fc2bb0dac80c68220e53550 27-Oct-2014 Tyler Gunn <tgunn@google.com> Implement test IMS conference event package harness.

Implement test conference event package intent receiver and parser which
allows the user to issue an intent to cause a test conference event
package file to be injected into the current ImsCall:

adb shell am broadcast
-a com.android.internal.telephony.TestConferenceEventPackage
-e filename test_filename.xml

Bug: 18119796
Change-Id: Ic51be9442ae5b991054ccfd7655c6efd76ffd8e0
/frameworks/opt/telephony/src/java/com/android/internal/telephony/TelephonyTester.java
57da4aa945252ebed6b505387145f99be8ad5d72 07-Aug-2013 Wink Saville <wink@google.com> Unregistering a null receiver is now fatal.

This causes user builds to break, so only unregister
if we are actually registered.

Bug: 9657468
Change-Id: Ie801e6db37962e9de7559c8451806de1972cf430
/frameworks/opt/telephony/src/java/com/android/internal/telephony/TelephonyTester.java
2cc8c148fa4cb6cba5deac6b011268b4174a0b02 25-Mar-2013 Wink Saville <wink@google.com> Use Build.IS_DEBUGGABLE

Change-Id: I8d4a2e83b8cdcf86cafb622013868f117d0701ef
/frameworks/opt/telephony/src/java/com/android/internal/telephony/TelephonyTester.java
ff4e317d24f0d23bdc0f306d53ddc51f2f1ecf6a 22-Mar-2013 Wink Saville <wink@google.com> Move retrying into DC.

This is the first step in refactoring for bug 4772191.

Bug: 4772191
Change-Id: Id54a20ab192783c63939158670faaf531a527640
/frameworks/opt/telephony/src/java/com/android/internal/telephony/TelephonyTester.java