172725309721bcc4e6f2cdc435cf29cc79463f91 |
|
27-Jan-2016 |
Tyler Gunn <tgunn@google.com> |
Merge "IMS: Notify supplementary service failed for call hold failures" into mm-wireless-dev am: abdd1f82af * commit 'abdd1f82afc2a4cb4215c90e45a0678bed0f88a9': IMS: Notify supplementary service failed for call hold failures
|
4effeb2779298f368a700d7ff2a67a520d033c45 |
|
26-Jan-2016 |
Anju Mathapati <anjucm@codeaurora.org> |
IMS: Notify supplementary service failed for call hold failures - We need to notify supplementary service failed in case call hold fails. BUG=26770582 Change-Id: Ie9855b35803c9f6dd8698dd9dc1fa7bb195989c0
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
a9c6b6d73ebf2e176452a523c8d539f572a72a01 |
|
08-Jan-2016 |
Brad Ebinger <breadley@google.com> |
Refactoring into Telecomm Codebase and cleanup Cleans up obsolete parts of services/Telephony. Bug: 26204262 Change-Id: Id11bb2a20fe948d51bdc1f3ba00ae9ecb6dba14d
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
e7939d87e0758327ebed3f433326aef75b887331 |
|
11-Dec-2015 |
Jack Yu <jackyu@google.com> |
Merge from master Change-Id: I20c8bb451376e78b306ac231cf3d6a239a72267e
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
0b8359493a68d7bd2b50d509e5a6ea09a79002c9 |
|
08-Dec-2015 |
Bryce Lee <brycelee@google.com> |
Remove BluetoothManager. am: 5ccda61670 am: c28c7e82a0 am: 171fd51940 am: 35614690f3 * commit '35614690f3d12cad4d5c244c5fe5a9c274461983': Remove BluetoothManager.
|
5ccda616708b298d6f71598b6ac23a94cd6033f8 |
|
05-Dec-2015 |
Bryce Lee <brycelee@google.com> |
Remove BluetoothManager. Bug: 25851538 Change-Id: I40cbd1fc5c26fb61bdf815a5ecc044197d887a0e
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
c5201f417b58f95c5f1b54de1c101b3a35ad544f |
|
25-Nov-2015 |
Amit Mahajan <amitmahajan@google.com> |
Rename PhoneBase to Phone. Bug: 25793157 Change-Id: I9d169972c71d2f261e053de2898c698ad4a22601
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
19f39cfb9d94cc7eac5cdb3446b78ff0df797995 |
|
12-Aug-2015 |
Roshan Pius <rpius@google.com> |
Stop signal info tone when call is disconnected. As a follow up to the CL: ag/545703, re-adding the phone disconnection event handling in CallStateMonitor so that we can stop any signal tones that we may have started on a call disconnect in CallNotifier. BUG: 22834581 Change-Id: I012fe7ca9f5191807f4252db26b423feb4a30524
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
f67832f67f330e645ea6109feb108bf7dd854155 |
|
13-Jan-2015 |
Wink Saville <wink@google.com> |
Rename reg/unreg OnSubscriptionsChangedListener. To addOnSubscriptionsChangedListener and removeOnSubscriptionsChangedListener. Bug: 18984103 Change-Id: I6636905093812af89c1c3702840e44c8c5ea891f
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
82256c003dae78515dd3fcd9a56325f78a28d723 |
|
11-Dec-2014 |
Pavel Zhamaitsiak <pavelz@google.com> |
IMS: Notify about change of TTY mode of other call participants Display message when TTY mode of other party changed during VoLTE phone call Bug: 18247323 Change-Id: Ia8ea3a277b06582a7d11a3c7a21b477350804ca9
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
5856957910f294e1dc1454ae3f3524f7fa6fd9a8 |
|
09-Dec-2014 |
Tyler Gunn <tgunn@google.com> |
Merge "Display "Can't switch calls." on "RESUME" supp service failure." into lmp-mr1-dev
|
9dd07d03482b43a291293aa9decef5f06d2c694e |
|
08-Dec-2014 |
Tyler Gunn <tgunn@google.com> |
Display "Can't switch calls." on "RESUME" supp service failure. Bug: 18656014 Change-Id: I88e9ccf9bacffc275b26c545639e9d9f3e1ba844
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
2fcb6c372c76a48b7af8f9b0dc7fd518698bbf77 |
|
04-Dec-2014 |
Andrew Lee <anwlee@google.com> |
Handle MSIM behavior for VM notifications and CFI. Implement correct behavior for voicemail notifications, also known as message waiting indicator (MWI) and call forwarding (CFI). - Don't instantiate CallNotifier with a Phone object. + Change updateMwi and updateCfi to take the subscription id as a parameter so the notification can be shown on a per-SIM basis. + Change phone state listener to be subscription-specific. + Register/unregister phone state listeners on subscription changes. + Update Cfi according to subscription-specific changes. + Use subscription ids as a tag on the voicemail/call forwarding notifications so they can be shown/canceled with greater precision. Tested: + Voicemail ringtone on Sprout for different SIMs. + Voicemail vibration on Sprout for different SIMs. + Call forwarding notifications on Sprout for different SIMs. + Remove/place SIM on Shamu to see notifications disappear/reappear. TBD: + Voicemail notifications just dial the voicemail schema right now. Need to ascertain whether we can dial a specific number, and what happens if the number is the same for different SIMs. Bug: 18232725 Change-Id: Ie15c3d640e8da217fa8778b2d9d904d76bf0c586
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
a82b820e69f41585c3a2b76678040b93fdf54886 |
|
22-Nov-2014 |
Andrew Lee <anwlee@google.com> |
Listen to subscription info changes to update MWI. MWI refers to "message waiting indicator" (aka. voicemail notifications). Before, there custom delay/retry code to handle if the SIM was not yet registered, but the network indicated a voicemail. This CL deletes that custom logic, and instead listens for changes to the subscription info (which should change with SIM registration) as a trigger for retrying to show the message waiting. I moved some logic into NotificationMgr so this behavior can be centralized in one class. This clears the way to implement some MSIM voicemail notification settings; the retry logic was written assuming there was only one internal.telephony.Phone, but there may now be multiple ones. This change makes it easier to iterate over all the phones and update their MWIs, which will be done in a subsequent CL. It's a little tricky to test the exact scenario which this case accounted for; I tested by removing/re-inserting a SIM to see if it updated accordingly (which it did successfully). Bug: 18232725 Change-Id: Ica2c5a2ddef8a2efc2c40c2f4d8729b485eb0bf7
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
e946853593443c23aec0b4763a27c7f098d4e3ee |
|
16-Nov-2014 |
Anthony Lee <anthonylee@google.com> |
Add code to show a message when a conference merge fails. Right now the plumbing only exists for VoLTE conference calls and GSM/CDMA calls behave as they did before. While making this change, it made a lot of sense to rename CdmaDisplayInfo to PhoneDisplayMessage. Bug: 18080792 Change-Id: If8c8cf9a234371bdb2798c9d1e80d56b3aaf84f8
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
65cbd16626492166c23be4a851de12a3ebac0786 |
|
08-Oct-2014 |
Yorke Lee <yorkelee@google.com> |
Fix possible ANR in com.android.phone Creating a tone generator can potentially take a very long time in native code. Since SignalInfo tones are played only for CDMA phones (and rarely), instead of creating one everytime Telephony starts up, which can cause ANRs, delay the creation to a background thread and make it on-demand. Bug: 17862188 Bug: 12135722 Change-Id: I0a51a178b3c3590c95d1799d141861ac83e4a9f8
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
5c046727927b8cb766ad937bc89687fd1dfd1b4f |
|
19-Sep-2014 |
Santos Cordon <santoscordon@google.com> |
Add support for Emergency Tone on outgoing Cdma Calls. Move the old Emergency Ringback code from CallNotifier to new EmergencyTonePlayer class and invoke that class from CdmaConnection. *Also removes non-functional ringback code from old codebase. Bug: 17452018 Change-Id: I92081ecc683f6b354eeca539ec7f170e7a5cec71
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
92c9a12485bddda1195f0a5b92f7e3cdcf690de9 |
|
17-Sep-2014 |
Andrew Lee <anwlee@google.com> |
Fix Telephony to Telecom DisconnectCause mapping. Also, alphabetized things to make them easier to find. Bug: 17329632 Change-Id: Ib753c3dcf5554ad40cfbf97fce09ba22c318ba3e
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
aef7a4bc4f85149de427d7506ebe97753b2ca6c2 |
|
12-Sep-2014 |
Andrew Lee <anwlee@google.com> |
Use newly added Telecomm DisconnectCase. + Add utility, DisconnectCauseUtil, to convert from telephony DisconnectCauses to telecomm DisconnectCauses. For this, map from specific disconnect causes into a more generic set which the UI is concerned about. Provide user-localized strings or tones for certain cases. - The string conversion sucks a little because it covers both strings which are intended to be show in the InCallUi (short) and messages which are to be displayed to the user in a dialog when there is some termination (long). =( + Where possibly, use this utility for converting error messages as well. - Not able to convert with message and tone for many of the failure cases, because no context exists for obtaining the message to display. Bug: 17329632 Change-Id: I84ee358cc8e014f110bab4c0ae7c1cb02aeebdf6
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
4d45d1cf58a2003378fd35912d6d73a00001bf06 |
|
13-Sep-2014 |
Tyler Gunn <tgunn@google.com> |
Renaming Telecomm to Telecom. - Changing package from android.telecomm to android.telecom - Changing package from com.android.telecomm to com.android.server.telecomm. - Renaming TelecommManager to TelecomManager. Bug: 17364651 Change-Id: Ic33bafd37200e65431543a9889aed549dbb04831
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
5422a8deb513e4466ec6cc1e640895a6b536fee0 |
|
12-Sep-2014 |
Santos Cordon <santoscordon@google.com> |
Re-add some CallNotifier implementations. By disabling all listeners to CallStateMonitor, we inadvertently removed some required functionality, including tones to play as requested by the radio and messages. This change allows adding of listeners to CallStateMonitor but comments out the events which are now listened to by ConnectionService. Additionally, this change removed all ringer and direct-to-voicemail-related code in telephony. Bug: 17466554 Bug: 17414427 Change-Id: I6afce24bb8dc741c896c5b3cb6c944e138886060
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
a956f73382c3aa2619c73b880a11ee1899c2fe18 |
|
04-Sep-2014 |
Santos Cordon <santoscordon@google.com> |
Add support for Multiple calls on CDMA devices. Includes changes for call-waiting, adding outgoing calls, mergig and conferenceing. Bug: 17316859 Change-Id: Ia71c1b9b61d93a40cd717e74b33786ae07b656b6
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
bb2bcef62b916b1b544195ca671d56af6ed32cc2 |
|
06-Aug-2014 |
Santos Cordon <santoscordon@google.com> |
Remove audio handling from telephony. (1/2) Bug: 16175960 Change-Id: Id4ec9963f559b4cd1870c18b91521afca8d8f153
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
da120f4e3d32ca97c5b4c21d6c505d834a29ab8d |
|
06-Aug-2014 |
Santos Cordon <santoscordon@google.com> |
Remove ldaps from AOSP code. Bug: 16327484 Change-Id: Ic51f12e52db0839a9ee6b727755873edf65cd044
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
6ee06d073a352f267008d913e50bd946707c5bea |
|
19-Jul-2014 |
John Spurlock <jspurlock@google.com> |
Update Telephony to follow framework vibration api change. Bug:15279516 Change-Id: Ib023ac1f7c8b0d51098d37d850172d81f66aeed4
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
0ca1c80f1ca60966a16169b109e96ac19fa69743 |
|
08-Jul-2014 |
Etan Cohen <etancohen@google.com> |
Merge IMS changes from klp-wireless-dev to master Change-Id: I247fa2b0e3aa159a27d96951edb0b04afd4d5ec6
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
23d9ed758fbe78e4afd4067e6845bcaf3387bca7 |
|
03-Jul-2014 |
Sailesh Nepal <sail@google.com> |
Remove Call from telephony.common This API is no longer used. Change-Id: I979480633f4a9eb649585968e984eaad1e57973d
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
f68db2ef27f3bdf14f0053c46d73df910bd394f2 |
|
02-Jul-2014 |
Santos Cordon <santoscordon@google.com> |
Move missed-call notifications out of services/Telephony. Change-Id: I6a54574d95f3d586b22eb515b4a8cc7e6c4abe0c
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
36bb2546cbc86a4e6d338c3c31bbd02c4602b5e2 |
|
05-Jun-2014 |
Yorke Lee <yorkelee@google.com> |
Follow API change in PhoneNumberUtils Bug: 15432083 Change-Id: I88b5ace925e3704bd032dc9694b0c2dd871b9cf9
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
352ff6587456f60948648726cf1573a2e595e238 |
|
30-May-2014 |
Santos Cordon <santoscordon@google.com> |
Move headset hook from Telephony to Telecomm. (2/2) Lots of code deletion of the headset code and old status bar notification code. Bug: 15190069 Change-Id: I990110816ec37c168e3646290a538be3cd23be35
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
277011fcc6e34236718c1ebb04c2e0f11e9d857e |
|
29-May-2014 |
Ihab Awad <ihab@google.com> |
DO NOT MERGE. Informs telecomm when the Phone object requests ringback Adds support so that, if the Phone object requests that ringback be played by the application layer on its behalf, we pass that on to Telecomm. Bug: 15190301 Change-Id: I33b65b55dc4176250dd7ae40f27f3522c5f2e86f
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
e661111826bef6e6d6277711d58d8da93a5a455f |
|
28-Mar-2014 |
Evan Charlton <evanc@google.com> |
resolved conflicts of 21cd5333 to master-nova Change-Id: I944dc8b8b7487a37c6a4ac8a6b878c13981ef678
|
21cd53331988db38672a8b462d67e58542b9e6b0 |
|
28-Mar-2014 |
Anders Kristensen <andersk@google.com> |
am 43c4917b: am c40237b4: Merge "Remove duplicate call disconnect codes." * commit '43c4917b34074df3f2f126acd275cc621cc0e88b': Remove duplicate call disconnect codes.
|
73178bbc169bda779e53b363ba1258d6060bb9f6 |
|
20-Mar-2014 |
John Spurlock <jspurlock@google.com> |
am c8c422ae: Merge "Annotate telephony vibrate calls with stream hints." * commit 'c8c422ae94de2989d1d14a01afa2863ec5727a44': Annotate telephony vibrate calls with stream hints.
|
c8ffaaed609e804382f533e5e7587afbc2585268 |
|
20-Mar-2014 |
John Spurlock <jspurlock@google.com> |
Annotate telephony vibrate calls with stream hints. Use the new overloaded version of the vibrate api to provide stream hints for existing vibrate calls in the telephony package. These hints provide additional signal to the framework about the type of vibration. Change-Id: I9fd6e5f5e6c8ec91f6ca077f2cd21f86bfe9468d
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
0b35f04f2e58095d7292468c746d992913965eea |
|
27-Feb-2014 |
Anders Kristensen <andersk@google.com> |
Remove duplicate call disconnect codes. The Android code base defines call disconnect codes in three places: - android.telephony.DisconnectCause - android.internal.telephony.Connection.DisconnectCause - com.android.services.telephony.common.Call.DisconnectCause This CL consolidates the code to use the integer codes from android.telephony.DisconnectCause everywhere. Change-Id: I84a3fd5182a51d07fc7d81076e4b2c15ff26c61c
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
cc0375f8f26f868a55c36616921f4c572347062b |
|
13-Nov-2013 |
Sailesh Nepal <sail@google.com> |
ThirdPartyPhone: DTMF & callerDisplayName plumbing DO NOT MERGE Plumbing for callerDisplayName argument from TelephonyManager to ThirdPartyPhone. Also fixes issues with DTMF. Change-Id: If1484a5196485cbcd098f863765bf579d0a3d6bf
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
daf4c1d42c8f10ce902cb536c875b074404b7e4c |
|
29-Oct-2013 |
Christine Chen <christinech@google.com> |
Fixes bug in CDMA phones' missed call notification - There was inconsistency between CallNotifier and NotificationMgr in which variable to set to "Private number" when the number has its representation form set. - This fixed the problem in the missed call case, but we should re-examine our logic to set the "Private number" string in all our projects. Bug: 11275098 Change-Id: I5bb955ebdfa16860cfcb1494ba82789fb40d79c2
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
54fdb5954e76522b6961b8fd607c2c8bc474d075 |
|
19-Sep-2013 |
Santos Cordon <santoscordon@google.com> |
Fix bad cast exception. Casting to Connection object, but the value is actually a Phone. Change code to pass the asyncresult through to the phonestatechange method of CallModeler as that makes more sense. Change-Id: I59c8623e07ccc213ab8c4dd4507e8b2da33ead17
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
ce02f3a2f1bb13c7d0c4db523e6b4408ce2a8446 |
|
19-Sep-2013 |
Santos Cordon <santoscordon@google.com> |
Adding redialing support in CDMA Add new REDIALING state when CallNotifier identifies the current call as a redial attempt. bug:10824223 Change-Id: I906a3add0bc7b9d6309434fc9e19bf12d5ccb748
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
b5e4b65a460e2c920c7de20eaa19608d65fe8687 |
|
19-Sep-2013 |
Christine Chen <christinech@google.com> |
Fixes bug of voicemail check for waiting call Bug: 10762101 Change-Id: Ibd1a9ab4253ff0130d0d60d9ce39199c3562d7cb
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
6fe8fd6b90be53f5f0a10f589ac320db07b71ba2 |
|
17-Sep-2013 |
Jay Shrauner <shrauner@google.com> |
Remove unused old UI code Remove unused UI code copied over from apps/Phone that is no longer used. Bug:10608890 Change-Id: I41a0bd01102df70aa9a28bfa24994eca05e3fc0c
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
312b9c9112948c8ca7f74ea91b5e2585a66482c9 |
|
17-Sep-2013 |
Chiao Cheng <chiaocheng@google.com> |
Remove more code from NotificationManager. updateInCallNotification is not longer used. Delete along with code that uses it. Bug: 10605959 Change-Id: Idb69020a4dd99a36575aae0a77990f8c3ca693a9
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
3ae08d4626006ec8191954e944d0e548679c0bdc |
|
19-Sep-2013 |
Christine Chen <christinech@google.com> |
Adds check for connection before ringing. Bug: 10458113 Change-Id: Ieb510831f320a944a539ad503184b97595c1111a
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
6528187950c2e9a12331bef4321bd8f61b047b73 |
|
18-Sep-2013 |
Christine Chen <christinech@google.com> |
Merge "Checks voicemail setting before notifying InCallUi" into klp-dev
|
91db67da326faa267df40550060a915abdba3eb1 |
|
18-Sep-2013 |
Christine Chen <christinech@google.com> |
Moves several TODO(klp) to TODO Bug: 10605959 Change-Id: Ib7fec83a4bc59b1bd0b200af9ab63a298dd2b211
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
fb0cc2b8751bc3e680dcb0ad7d346b3c0cc4ef23 |
|
16-Sep-2013 |
Christine Chen <christinech@google.com> |
Checks voicemail setting before notifying InCallUi - Changes the CallerInfoAsyncQuery cookie to the Connection instead of the CallNotifier instance. Bug: 10458113 Change-Id: I78043851a6fb1b1ccaceb431164b55eabab63f40
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
22d38cbfc9c94b61a2d8bd365b64f682f8cbbb5f |
|
16-Sep-2013 |
Chiao Cheng <chiaocheng@google.com> |
Merge "Remove un-needed code in NotificationManager." into klp-dev
|
a5d5db8bae082681b9d76bc3f0f7cd16e47908ab |
|
15-Sep-2013 |
Santos Cordon <santoscordon@google.com> |
Cdma call waiting There are special notifications received for call waiting on CDMA phones. These special notifications are handled by CallNotifier which has special logic to handle the fact that CDMA devices do not give us an indication of success/failure on operations to the CDMA call waiting calls. This fix adds functions to CallModeler that are called directly from CallNotifier. These functions translate the events into Call objects that it can send to the UI layer. bug:10769004 Change-Id: Ic208ddb879c7ec76212914914b8750b55a578ac0
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
2ed6651aaf74adeb9a0bef631c4c7875d985db0b |
|
16-Sep-2013 |
Chiao Cheng <chiaocheng@google.com> |
Remove un-needed code in NotificationManager. Notification variable is not longer used. Line 1116 of original code. Much of the method was logic for building this notification variable via the builder object. This CL removes code that was only used by this builder. Bug: 10605959 Change-Id: I4520f59579c7a25fbacf9db73772fd87180a8423
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
69a691914e9b013a7ff52c129d8466c152ed7239 |
|
22-Aug-2013 |
Santos Cordon <santoscordon@google.com> |
Fixing Google Voice to work with new incallui We were not previously storing and sending the gateway information to the UI. This change consolidates Call gateway functionality from InCallUiState and PhoneUtils into a new class CallGatewayManager. It is responsible for storing a mapping from the call's connection to the gateway used to make that connection. It also adds gateway packagename and number to the Call object sent to the UI so that it can show UI appropriately. bug: 10393622 Change-Id: Ic5a0b068475bcab60e8cc96470273e36005ccc2e
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
27a3c1f96fab43970e56a5eaa39551a4a248994f |
|
06-Aug-2013 |
Santos Cordon <santoscordon@google.com> |
Adding new BluetoothManager class Previously, the UI-heavy InCallScreen handled all the bluetooth code. This code does not add very much logic at all...it's mostly copying from InCallScreen and whatever Bluetooth code existed in PhoneGlobals. Changes of note: - New BluetoothManager class from InCallScreen bluetooth code - I removed the REQUEST_BLUETOOTH... code from InCallScreen since it was there to "update" the UI, which no longer runs. - Added a Listener to the BluetoothManager for anyone that wants to listen in on changes. This helped remove PhoneGlobals references from BluetoothManager code. Currently PhoneGlobals is the only listener (for some proximity sensor-related code) but in the next CL there will be an AudioRouter class that will also listen to those changes. - Previous callers of InCallScreen->whateverBluetooth has been updated to use BluetoothManager, or the code was commented because it was primarily UI code which is being replaced. Change-Id: I6f86d16c8bd9cd1da2156c1f3743886f32e84c25
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
7f7c652f0d23c9dfaa904431b94ef8f77b0d2e24 |
|
17-Jul-2013 |
Chiao Cheng <chiaocheng@google.com> |
Disabling incoming call function. Also fix un-used imports in several files. Change-Id: Ife01674b2a1fe807a8d0b23c984e46715fc08908
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|
7d4ddf6dc0d7c8158bac3a5dec7936e837e95bdd |
|
10-Jul-2013 |
Santos Cordon <santoscordon@google.com> |
Blanket copy of PhoneApp to services/Telephony. First phase of splitting out InCallUI from PhoneApp. Change-Id: I237341c4ff00e96c677caa4580b251ef3432931b
/packages/services/Telephony/src/com/android/phone/CallNotifier.java
|