summaryrefslogtreecommitdiffstats
path: root/telecomm
Commit message (Collapse)AuthorAgeFilesLines
* Make CAPABILITY_CAN_PAUSE_VIDEO publicYorke Lee2015-04-211-1/+0
| | | | Change-Id: If20f642a3d6bda886a68bb1e0ce459c38361a73c
* Merge "API Cleanup - rename IConferenceable to Conferenceable."Tyler Gunn2015-04-205-17/+45
|\
| * API Cleanup - rename IConferenceable to Conferenceable.Tyler Gunn2015-04-205-17/+45
| | | | | | | | | | Bug: 20165255 Change-Id: If4cb323749b6ef9e8657506434d760d07c34167f
* | Merge "Add OP_READ_PHONE_STATE app op - framework"Svet Ganov2015-04-172-24/+31
|\ \
| * | Add OP_READ_PHONE_STATE app op - frameworkSvet Ganov2015-04-172-24/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | The READ_PHONE_STATE permission protects PII information and is in the Phone group. This change is adding the corrseponding app op for gating access to the API guarded by READ_POHNE state which will be used instead as an access control for legacy apps. Change-Id: I2ff895a5a0e529f26ec0ad706266a30d829268ba
* | | Remove deprecated VideoCallListener methods.Andrew Lee2015-04-161-14/+0
| | | | | | | | | | | | | | | | | | | | | | | | These shouldn't be needed because the video call APIs were never previously made public. Bug: 20160491 Change-Id: Ic9c5d0d1e8618bfe61f8905d4afaeaa37f51c915
* | | Merge "Fix comment typos. =("Andrew Lee2015-04-161-2/+2
|\ \ \
| * | | Fix comment typos. =(Andrew Lee2015-04-161-2/+2
| | | | | | | | | | | | | | | | | | | | Bug:20160491 Change-Id: I1782f6a0c5597f937c8882c6c94740c63cd63b53
* | | | Merge "Unfinal getPhone."Santos Cordon2015-04-162-11/+13
|\ \ \ \ | |_|/ / |/| | |
| * | | Unfinal getPhone.Santos Cordon2015-04-162-11/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The change to make it final was breaking existing apps. ...and other changes. Bug: 20283873 Change-Id: I8db4243850ad15f688dbca59ff5427b4799cbd1b
* | | | Merge "Remove connection substate"Jay Shrauner2015-04-1610-206/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove connection substateJay Shrauner2015-04-1610-206/+10
| | | | | | | | | | | | | | | | | | | | Bug:20300433 Change-Id: Ifefc08b5165de3e0b6ce92007e5f612879dcc4d9
* | | | Merge "Rename Call*Listener to Call*Callback."Andrew Lee2015-04-163-48/+97
|\ \ \ \ | |/ / / |/| | |
| * | | Rename Call*Listener to Call*Callback.Andrew Lee2015-04-163-48/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Deprecate the existing Listener methods and interfaces so that they can be replaced. Bug: 20160491 Change-Id: I11c104c625b03751f3792fc4367883c18c6e2d54
* | | | Merge "Move Phone.java APIs into InCallService"Santos Cordon2015-04-161-2/+153
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | Move Phone.java APIs into InCallServiceSantos Cordon2015-04-161-2/+153
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | This change is one step in the right direction of getting rid of Phone.java. Phone.java was deemed superfluous and this change moves the methods previously exposed in Phone.java into InCallService. This was done by having InCallService listen to Phone and pipe the calls as appropriate. However, state still lives in Phone and we eventually want to move that code into InCallService. That will be done in a later CL. Bug: 20160495 Change-Id: Id142431c253c1f24f260da42e8bedd1eb2ce448b
* | Merge "Change hasVoicemailNumber to getVoicemailNumber"Yorke Lee2015-04-162-8/+9
|\ \ | |/ |/|
| * Change hasVoicemailNumber to getVoicemailNumberYorke Lee2015-04-162-8/+9
| | | | | | | | | | | | Bug: 20223485 Change-Id: I67eb12e2030ec8f73326ade4eb750b0c2f6e52ad
* | Merge "am b5e0cfb..557d2f5 from mirror-m-wireless-internal-release"Vinit Deshpande2015-04-162-5/+25
|\ \ | |/ |/|
| * am b5e0cfb..557d2f5 from mirror-m-wireless-internal-releaseVinit Deshpande2015-04-142-5/+25
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 557d2f5 Merge "Add ConnectivityManager.reportNetworkConnectivity() API" into m-wireless-dev ab5267a Fix onLost/onFound logic in isSettingsAndFilterComboAllowed bfd17b7 Add ConnectivityManager.reportNetworkConnectivity() API 238e0f9 OBEX Over L2CAP + SDP search API for BT profiles 31a94f4 Add ConnectivityManager.getActiveNetwork(). Rework NetID allocation in ConnectivityService so registerNetworkAgent() can return the allocated NetID. bf18bed Merge "Non-functional code cleanup of ConnectivityService." into m-wireless-dev db8784e Merge "Cleanup of Video Call pause functionality." into m-wireless-dev e75b9e3 Non-functional code cleanup of ConnectivityService. e593d0a Onfound onlost feature. 0326f58 Merge "API for config app." into m-wireless-dev e9b056f API for config app. d5351e7 RTT framework interface update 582b868 Unhide Network.openConnection(URL, Proxy). 0d719ca Fix typos in ConnectivityManager documentation. Change-Id: Ib4c88f6d7ad1b24227b032555c62a5804194384b
| | * Cleanup of Video Call pause functionality.Tyler Gunn2015-04-072-5/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whether the paused videoState is available is dependent on the carrier's implementation of the VT spec. The original VT implementation assumed that this was stored in a system property accessed via InCall; these CLs move this to a Call/Connection capability which will ultimately support multisim video capable devices. - Added new connection/call capabilities. Bug: 16680364 Bug: 19820114 Change-Id: I3840f92270100811161120dffcfe297bef7c4ea2
* | | Hide getUserSelectedOutgoingPhoneAccountJay Shrauner2015-04-151-0/+1
| | | | | | | | | | | | | | | Bug:20224972 Change-Id: I21528788e38817f77fc68b56e26a33ac726d39e2
* | | Make defaultOutgoingPhoneAccount publicYorke Lee2015-04-151-2/+0
| | | | | | | | | | | | | | | Bug: 20224972 Change-Id: I8bbf92258461d522ec57cfe610ca4c969bec75be
* | | Make Telecom/InCallUI APIs publicJay Shrauner2015-04-1520-139/+7
| | | | | | | | | | | | | | | Bug:20260870 Change-Id: Ie3a2db0685664f2f1ceea8f40b1249d01e9385b8
* | | Merge "Remove deprecated telecom APIs. Mark others final."Jay Shrauner2015-04-157-43/+7
|\ \ \
| * | | Remove deprecated telecom APIs. Mark others final.Jay Shrauner2015-04-147-43/+7
| | | | | | | | | | | | | | | | | | | | Bug: Change-Id: I8a04903052a964f3997b5bb36730b8b200c8e472
* | | | Merge "Hide Voicemail APIs"Jay Shrauner2015-04-152-5/+1
|\ \ \ \
| * | | | Hide Voicemail APIsJay Shrauner2015-04-142-5/+1
| |/ / / | | | | | | | | | | | | | | | | Bug:20162722 Change-Id: Ie405b077a9598f16ff19adfa09df3217f342cc1e
* | | | Merge "Changes for TelecomManager API review"Yorke Lee2015-04-151-16/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Changes for TelecomManager API reviewYorke Lee2015-04-141-16/+10
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | * clearAccounts -> clearPhoneAccounts * handleMMi(PhoneAccountHandle, String) -> handleMMi(String, PhoneAccountHandle) * hasMultipleCallCapableAccounts -> removed Bug: 20160799 Change-Id: Ifcd26474f04b71aa725299b6016004151b76bc31
* | | Hide Phone proximity sensor methodsYorke Lee2015-04-141-0/+4
|/ / | | | | | | | | | | | | | | Has to be done in master and not m-wireless-dev, because m-wireless-dev doesn't contain system-api/23.txt. Bug: 20160495 Change-Id: I910b3ecafd78c31081b38325b436b4f2b5a54c8d
* | Merge "Merge commit 'e593d0a' into merge_work"Prerepa Viswanadham2015-04-1217-30/+438
|\ \
| * \ Merge commit 'e593d0a' into merge_workPrerepa Viswanadham2015-04-1017-30/+438
| |\ \ | | |/ | | | | | | Change-Id: I4f8ae40fc446cd9cda4d5c6ec99469a98dda595b
| | * IMS-VT: Upgrade/Downgrade changeRekha Kumar2015-04-0117-33/+437
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Add isVideo API to VideoProfile.VideoState IMS-VT: Fix propagation of device orientation. Orientation received at VT Service is incorrect. Fixed propagation of device orientation to VT service. IMS-VT: Upgrade fix -Add session modify call timed out constant Notify listeners of video quality changed event - Propagate the video quality changed message to the UI. IMS: Add support for video quality - Add Config interface to get/set video quality IMS-VT: Multitasking feature -Support for video multitasking IMS-VT: Modification of data usage aidl Change data usage aidl interface to take parameter type long instead of int Change-Id: I7cda2a689edb86d025dfe8efc8f573918c4bd6bc Propagate the call substate changed message to the UI IMS-VT: Add call modifiable capability PhoneCapababilities call type modifiable constant added IMS-VT: Add a bit mask CALL_SUBSTATE_ALL with all call substate bits set IMS-VT: Enable Video conferencing. Enable Video conferencing. Change-Id: I4240aa6f32c75d6eea8a41da3c87bca651f0901b IMS-VT: Add hide for setVideoProvider API Observed compilation error for SDK generation due to setVideoProvider API. Marking setVideoProvider as hide inorder to resolve the compilation error. IMS-VT: Add persist.radio.ims.audio.output for VT calls -- Add persist.radio.ims.audio.output to set the default speaker for VT calls. -- Add required constants IMS-VT: Add additional error codes for upgrade downgrade -Add support to send additional error codes to UI during upgrade downgrade. Change-Id: Id452d225098fe3bccdcd37d242985c5c761144c1
* | | Merge "Suffix VT_LOCAL and VT_REMOTE with BIDIRECTIONAL."Andrew Lee2015-04-112-12/+12
|\ \ \
| * | | Suffix VT_LOCAL and VT_REMOTE with BIDIRECTIONAL.Andrew Lee2015-04-112-12/+12
| | | | | | | | | | | | | | | | | | | | Bug: 20160395 Change-Id: Ieb35f7b8a91022bae899b3fc093065c36d2d68c8
* | | | Add constructor without zoomJay Shrauner2015-04-111-29/+42
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Add constructor without zoom params. Reorder params in constructor with zoom to move zoom params to the end of the param list (API guidelines). Reorder code to match param ordering. Tag all zoom related methods with @hide. Bug:20160534 Change-Id: Ic2149af82a5450666c49b8757daf6950bcb68977
* | | Hide and make systemapi visual voicemail-related apis.Nancy Chen2015-04-072-0/+8
|/ / | | | | | | | | | | | | | | Since there are no third-party apps expected to be using the visual voicemail related apps at the moment, best to keep these hidden for now. Bug: 19236241 Change-Id: I86f622208efcc89fab523f03d2bb70c244cdf867
* | Merge remote-tracking branch 'goog/mirror-m-wireless-internal-release' into ↵Prerepa Viswanadham2015-03-242-4/+4
|\ \ | |/ | | | | | | | | master_merge Change-Id: I49aab437af220f1139cfd2d0a9c362acce31074e
| * resolve merge conflicts of bcb17eb to m-wireless-dev.Tyler Gunn2015-03-182-8/+28
| |\ | | | | | | | | | Change-Id: Ic8211fb14caec993c8e38c790006577493f7a607
| | * am 89f41eb3: Define the capability to speed up MT call audioDong Zhou2015-03-172-1/+19
| | |\ | | | | | | | | | | | | | | | | * commit '89f41eb39e910e220957ac861651ead17eff9085': Define the capability to speed up MT call audio
* | | \ Merge "Make PhoneAccount.CAPABILITY_VIDEO_CALLING public"Yorke Lee2015-03-191-1/+0
|\ \ \ \
| * | | | Make PhoneAccount.CAPABILITY_VIDEO_CALLING publicYorke Lee2015-03-191-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 19824779 Change-Id: If38606d62bffbb7b794f530f3fcc09b6e5123b55
* | | | | Merge "Add voicemail builder method for updating/syncing."Nancy Chen2015-03-191-0/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add voicemail builder method for updating/syncing.Nancy Chen2015-03-181-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The id of the voicemail is necessary to update a voicemail in the database and the source data (or unique remote identifier for the voicemail) is necessary for syncing remotely. Whenever performing a sync either of data to the server or vise versa, create a voicemail object using this new method. Bug: 19236241 Change-Id: Ibc1fd8c1922be13605987d9a3dcd327c438951c8
* | | | | resolved conflicts for merge of 00de38a1 to masterTyler Gunn2015-03-182-10/+26
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| | Change-Id: Ib1ac99ba7181ad79af94a04124380833bcb79a0c
| * | | Define the capability to speed up MT call audioDong Zhou2015-03-172-1/+19
| | | | | | | | | | | | | | | | | | | | Bug: 19656525 Change-Id: I0bc88e85b807871b2883a785efac91bd0e1f6d8d
* | | | Fixing build after merge from mirror-m-wireless-internal-releaseVinit Deshpande2015-03-152-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There have been few breaking changes 1. TelecomManager.getCallCapablePhoneAccounts is not hidden anymore 2. CAPABILITY_VIDEO_CALLING is not hidden anymore 3. mPhoneStateListener doesn't exist anymore, so it is commented out Change-Id: I22221eda73a20c745e316d9d56f914ab17b83533
* | | | am "Fix emergency callback number not shown for incoming calls."Vinit Deshpande2015-03-152-0/+22
|\ \ \ \ | | |/ / | |/| | | | | | | | | | merged from goog/mirror-m-wireless-internal-release 068085b Fix emergency callback number not shown for incoming calls.
| * | | Fix emergency callback number not shown for incoming calls.Tyler Gunn2015-03-112-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Adding new Connection/Call capability: CAPABILITY_SHOW_CALLBACK_NUMBER. - Used in Telephony to indicate on an incoming call that the callback number should be shown. Bug: 18689292 Change-Id: I1ab3baf9f0d5a22c4b01e6504e88d496182e01c7