summaryrefslogtreecommitdiffstats
path: root/telecomm/java
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Rename setDefaultDialerApplication for consistencyYorke Lee2015-04-271-1/+1
| | | | | | | | | | | | Change-Id: I8227df913bdb0ed5e1b3472f9d4ebea1158b366b
* | | Add utility method isDefaultOrSystemDialerYorke Lee2015-04-271-0/+21
|/ / | | | | | | | | | | | | | | | | Will be used by various system components to determine if a given package name is a privileged Dialer Bug: 20333102 Bug: 20304411 Change-Id: I1e5bcbde8ee9a5dc6936b118b1b78f32d97737a6
* | Merge "Doc fix - incorrect format (included argument) for function reference."Etan Cohen2015-04-251-1/+1
|\ \
| * | Doc fix - incorrect format (included argument) for function reference.Etan Cohen2015-04-241-1/+1
| | | | | | | | | | | | Change-Id: I2cdf7b4f078b1ab0556fcc3fad5287f86641c396
* | | Merge "Fix documentation - non-public API."Etan Cohen2015-04-251-1/+1
|\ \ \ | |/ /
| * | Fix documentation - non-public API.Etan Cohen2015-04-241-1/+1
| | | | | | | | | | | | Change-Id: I418bf47b197936b2f50b231425312d5b6d272df8
* | | Merge changes from topic 'mwd-merge-042415'Etan Cohen2015-04-2511-48/+164
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Rename removeVideoCallListener to unregisterCallback Bluetooth document fix: remove reference from open API to hidden entities Fix build due to merge of 7595842 and renaming due to 8eb87f0 Merge commit '052a0da' into merge2 Merge commit 'db1dbb8' into merge2 Merge commit '7e5e791' into merge2 Merge commit '170102d' into merge2 Merge commit '4cb5d80' into merge2 Merge commit '83cda00' into merge2 Merge commit 'c91bc62' into merge2 Merge commit 'cffc360' into merge2 Merge commit '7f61051' into merge2 Merge commit '167c3a7' into merge2 Merge commit '4467b98' into merge2 Merge commit '25a217c' into merge2 Merge commit '04b18ec' into merge2 Merge commit '7595842' into merge2 Merge commit '2bbd2b6' into merge2 Merge commit '4890351' into merge2 Merge commit 'cd405fe' into merge2 Merge commit '6ddbb5e' into merge2 Merge commit 'de93575' into merge2 Merge commit '9561e74' into merge2
| * | Rename removeVideoCallListener to unregisterCallbackEtan Cohen2015-04-243-4/+4
| | | | | | | | | | | | Change-Id: Ie6b5ac9131e81900efc7d3fa67056aa47d566a44
| * | Fix build due to merge of 7595842 and renaming due to 8eb87f0Etan Cohen2015-04-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | I.e. rename mVideoCallback -> mCallback. Line with original name was added in mwd, renaming was done in master. The renaming CL was cherry-picked to mwd (and build probably fixed there). Change-Id: I462a0fedd00293a148404e1419740bf492ae5de9
| * | Merge commit '7f61051' into merge2Etan Cohen2015-04-243-16/+43
| |\ \ | | |/
| | * Fix missing comma.Andrew Lee2015-04-161-1/+1
| | | | | | | | | | | | Change-Id: Ied739e7f1b6d548237821db553f27994b0ee92af
| | * resolve merge conflicts of edc625f to m-wireless-dev.Andrew Lee2015-04-163-15/+42
| | |\ | | | | | | | | | | | | Change-Id: Ibbcd764505ccc38f9f61c96993d979a099f1cc6b
| | | * Add StatusHints to Conference object.Andrew Lee2015-04-153-14/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | + Consolidated ParcelableConference constructors; only one is used. Bug: 20181703 Change-Id: Iad49f10404e1c1eedc4ef68525bde0f10a8dfc97
| | * | DO NOT MERGE Change hasVoicemailNumber to getVoicemailNumberYorke Lee2015-04-162-8/+9
| | | | | | | | | | | | | | | | | | | | Bug: 20223485 Change-Id: I293572bb6c32c5084fe684e7cfe7bd2bbfb5443b
| * | | Merge commit '04b18ec' into merge2Etan Cohen2015-04-241-1/+1
| |\ \ \ | | |/ /
| | * | Merge "Fix incorrect Conference time for IMS conference calls." into ↵Tyler Gunn2015-04-161-1/+1
| | |\ \ | | | | | | | | | | | | | | | m-wireless-dev
| | | * | Fix incorrect Conference time for IMS conference calls.Tyler Gunn2015-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Looks like the connectTimeMillis parameter to ParcelableConference got removed when partner CLs were merged in. Adding it back fixes the problem. Bug: 20159830 Change-Id: Ibe067f64f8faea6fd1eb157e5073bc702978c511
| * | | | Merge commit '7595842' into merge2Etan Cohen2015-04-248-32/+121
| |\ \ \ \ | | |/ / / | | | | | | | | | | Change-Id: I7e11e98e6d59562374195a8761d64a79dc0268e8
| | * | | Support for multiple VideoCall.Listeners for a VideoCall.Tyler Gunn2015-04-168-32/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current code assumes that only a single instance of VideoCall will be provided to the default system InCall UI. Ideally multiple InCallService implementations should be able to use the VideoCall APIs. Note: it only really makes sense for a single InCallService to get/set the video surfaces. - Fixed bug in ParcelableCall which would cause a new instance of VideoCallImpl to be created every time a call is updated from Telecom. Added a flag to ParcelableCall to indicate whether the parcel includes a change to the video provider information, which is used when unparceling to determine whether to set/create the video call impl. - Renamed "setVideoCallback" to "addVideocallback". - Modified Connection.VideoProvider code to keep a list of Video callbacks and fire off all of them when Video Provider changes occur. Bug: 20092420 Change-Id: Ic16b6afe1b7532cc64d006c133adbae57946d97d
| | * | | DO NOT MERGE Hide getUserSelectedOutgoingPhoneAccountJay Shrauner2015-04-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Bug:20224972 Change-Id: I21528788e38817f77fc68b56e26a33ac726d39e2
| | * | | DO NOT MERGE Make Telecom/InCallUI APIs publicJay Shrauner2015-04-1520-141/+7
| | | | | | | | | | | | | | | | | | | | | | | | | Bug:20260870 Change-Id: Ie3a2db0685664f2f1ceea8f40b1249d01e9385b8
| | * | | DO NOT MERGE Make defaultOutgoingPhoneAccount publicYorke Lee2015-04-151-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 20224972 Change-Id: Ided1aab01d5014bd608d0d139975f933f64341c5
| | * | | Merge "DO NOT MERGE Suffix VT_LOCAL/REMOTE with BIDIRECTIONAL." into ↵Andrew Lee2015-04-152-13/+13
| | |\ \ \ | | | | | | | | | | | | | | | | | | m-wireless-dev
| | | * | | DO NOT MERGE Suffix VT_LOCAL/REMOTE with BIDIRECTIONAL.Andrew Lee2015-04-152-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 20160395 Change-Id: Ib343fde5088f3a5823c73de6ab77564b4be0d12c
| | * | | | DO NOT MERGE Hide Voicemail APIsJay Shrauner2015-04-152-1/+5
| | |/ / / | | | | | | | | | | | | | | | | | | | | Bug:20162722 Change-Id: Ie405b077a9598f16ff19adfa09df3217f342cc1e
| | * | | DO NOT MERGE Remove deprecated telecom APIs. Mark others final.Jay Shrauner2015-04-157-43/+7
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: Change-Id: I8a04903052a964f3997b5bb36730b8b200c8e472
| | * | | Merge "DO NOT MERGE Changes for TelecomManager API review" into m-wireless-devYorke Lee2015-04-151-16/+10
| | |\ \ \
| | | * | | DO NOT MERGE 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
| | * | | | DO NOT MERGE Add constructor without zoomJay Shrauner2015-04-141-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
| | * | | DO NOT MERGE Remove proximity methods in TelecomManagerYorke Lee2015-04-141-0/+4
| | |/ / | | | | | | | | | | | | | | | | Bug: 20160495 Change-Id: Ib0156cf170d16b48f97e08027c912fc3f45691fb
* | | | Merge "Add APIs to getDefaultDialerPackage and getSystemDialerPackage"Yorke Lee2015-04-243-3/+72
|\ \ \ \ | |/ / / |/| | |
| * | | Add APIs to getDefaultDialerPackage and getSystemDialerPackageYorke Lee2015-04-243-3/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | getDefaultDialerPackage is a public API and will be used by apps to determine if they are the default dialer. getSystemDialerPackage is a hidden API and is only used by system components. Also add new public string constants to allow apps to show a dialog requesting that the user change the current default dialer. Bug: 20304458 Change-Id: I121d36741474c1fe171c372fb766a6c128228c9c
* | | | Fix up DisconnectCause description.Santos Cordon2015-04-241-4/+9
|/ / / | | | | | | | | | Change-Id: Ib2b52b6f8bc8fe945df3684f4e1ed9e04f78b061
* | | Merge "Remove CallState and rename PRE_DIAL_WAIT"Santos Cordon2015-04-242-165/+12
|\ \ \
| * | | Remove CallState and rename PRE_DIAL_WAITSantos Cordon2015-04-232-165/+12
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 20532827 Bug: 20532435 Change-Id: I5f0308c5cf4e4a9cf9020b4fe7fa5f3f8dee6e67
* | | | Merge "Add TelecomManager.placeCall"Yorke Lee2015-04-232-0/+39
|\ \ \ \
| * | | | Add TelecomManager.placeCallYorke Lee2015-04-232-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Places a new outgoing call using the system telecom service with the specified parameters. Making emergency calls using this method requires that the method-caller is either the user-selected default dialer app or preloaded system dialer app. Requires that the caller have the {@link android.Manifest.permission#CALL_PHONE} permission. Bug: 20348183 Change-Id: Ieedb5628e8c6be25137944e7c3639dc1d9bc61df
* | | | | Merge "Add hidden class in framework for managing the default dialer settings"Yorke Lee2015-04-231-0/+174
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add hidden class in framework for managing the default dialer settingsYorke Lee2015-04-231-0/+174
| |/ / / | | | | | | | | | | | | | | | | Bug: 20303635 Change-Id: I7e7318086ade9531fb85f08b8e3f1f001ee0a8d9
* | | | 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
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |