History log of /packages/services/Telecomm/src/com/android/server/telecom/CallReceiver.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9250e5fa9987c3ab80e11e1955657055f5866539 01-Oct-2014 Yorke Lee <yorkelee@google.com> Add ability to add sim-initiated MO call to UI (3/4)

Pipe an unknown call through CallsManager via various new APIs like
onSuccessfulUnknownCall, onFailedUnknownCall, etc. These are the unknown call's
equivalent of onSuccessfulOutgoingCall and onFailedOutgoingCall.

Only the TelephonyConnectionService is allowed to call this hidden new API
in Telecom.

Also add the ability for TestConnectionService to test this API (although the
check for TelephonyConnectionService must be disabled at build time first).

Bug: 16852844
Change-Id: I5dfdfc1bd4675f6b300a4a55a3098582f9d715a2
/packages/services/Telecomm/src/com/android/server/telecom/CallReceiver.java
72d271c4fdb6e497cf374ac1bfd1e615393fc4b2 03-Oct-2014 Andrew Lee <anwlee@google.com> Process intent immediately for primary users.

- Change process outgoing and incoming intent methods in CallReceiver
to package-level visibility.
- Call directly instead of sending broadcast in CallActivity if the
current user is the primary user.
- Tweak CallReceiver logging so that methods can be made static.

Bug: 17692294
Bug: 17789200
Change-Id: Id2bd885c87a75a1a13ade5cc660e4c81563df1bc
/packages/services/Telecomm/src/com/android/server/telecom/CallReceiver.java
6dc1c75ff9fbabce11540c2bbe3972159899b414 24-Sep-2014 Yorke Lee <yorkelee@google.com> Split CallActivity into trampoline activity and CallReceiver

Move most of CallActivity logic into CallReceiver. Only significant logic
remaining in CallActivity is checking for OUTGOING_CALL_RESTRICTED and
showing a toast.

Also fixes a bug where the secondary user would never be able to make
a call if the primary user had Google Voice installed, because the
ordered broadcast is sent out for the primary user, allowing Google
voice to cancel it.

Bug: 17579886

Change-Id: Id1689f36503a74e5754b10d019a8b64024d27f77
/packages/services/Telecomm/src/com/android/server/telecom/CallReceiver.java