summaryrefslogtreecommitdiffstats
path: root/api
Commit message (Collapse)AuthorAgeFilesLines
* Revert "APIs for BLE scan, scan filter, batch scan, onFound/onLost and ↵Wei Wang2014-05-201-174/+0
| | | | | | | | multiple advertising." This reverts commit 2c4e68a86b7a9b9f760a8907b93ff40ccad56c80. Change-Id: I98c91343d886ebe22d0bf75a710fa0b0abf738b6
* APIs for BLE scan, scan filter, batch scan, onFound/onLost and multipleWei Wang2014-05-191-0/+174
| | | | | | advertising. Change-Id: I1655eb9cffa890b6fe38108bf51078662e90bc03
* Merge "Move the non-market install setting from Global to per-user Secure"Christopher Tate2014-05-201-2/+2
|\
| * Move the non-market install setting from Global to per-user SecureChristopher Tate2014-05-191-2/+2
| | | | | | | | | | | | Bug 13760585 Change-Id: I45b0fa87e72dc5c18d687261fb95cbea5d06163a
* | New keycode definitions for HDMI-CECJinsuk Kim2014-05-201-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Following keys are added to be mapped to HDMI-CEC standard keys: KEYCODE_MEDIA_TOP_MENU KEYCODE_11 KEYCODE_12 KEYCODE_LAST_CHANNEL KEYCODE_TV_DATA_SERVICE Also updated the information on the key code update by removing some files not present any more. Change-Id: I305d9b578c1824f34c457144a68132717dc9a97f
* | TouchFeedbackDrawable is now RippleDrawableAlan Viverette2014-05-191-35/+9
| | | | | | | | Change-Id: I59f5f04b73089215c6320560556ac21beb03db06
* | Merge "Add HEVC decoder support ot MediaCodec bug: 14571712"Rachad2014-05-191-0/+28
|\ \ | |/ |/|
| * Add HEVC decoder support ot MediaCodecRachad2014-05-141-0/+28
| | | | | | | | | | | | bug: 14571712 Change-Id: Ic65e1ffd7583f7286728332686dbb92090b5a413
* | Merge "Rename session classes to have media prefix, hide routes"RoboErik2014-05-191-239/+83
|\ \
| * | Rename session classes to have media prefix, hide routesRoboErik2014-05-161-239/+83
| | | | | | | | | | | | | | | | | | | | | This renames several of the core session classes to be prefixed with Media. It also adds @hide to all route references for now. Change-Id: Idb42897d490cf24626e4e93ca975b2cb93ec054c
* | | Add javadoc and unhide new APIRobert Greenwalt2014-05-191-7/+43
| | | | | | | | | | | | Change-Id: I12e475bbf4000c7acec4ca27b1d3bf8f870cc2cf
* | | Add docs for Linkproperties and unhide it.Robert Greenwalt2014-05-191-0/+32
| | | | | | | | | | | | | | | | | | Preperation for ConnectivityManager API reveal. Change-Id: Id2addf424213e796c6077def0b7f30cac9a0f75f
* | | Merge "Apply Doc fixes to RouteInfo"Robert Greenwalt2014-05-191-2/+2
|\ \ \
| * | | Apply Doc fixes to RouteInfoRobert Greenwalt2014-05-191-2/+2
| | | | | | | | | | | | | | | | Change-Id: Ib76df135d5514f7b8baafbbe91fa3d1cdd632f00
* | | | Merge "Update the docs for NetworkCapabilities"Robert Greenwalt2014-05-191-0/+38
|\ \ \ \ | |/ / / |/| | |
| * | | Update the docs for NetworkCapabilitiesRobert Greenwalt2014-05-181-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | Preparing for ConnectivityService API update Change-Id: I397e375b9254d4271183cf34c4a689deea1e198e
* | | | Merge "Publish new Telecomm API for Connection Services"Ihab Awad2014-05-191-0/+89
|\ \ \ \ | |/ / / |/| | |
| * | | Publish new Telecomm API for Connection ServicesIhab Awad2014-05-181-0/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Creates a new API for Connection Services providing phone connections to the Android system. Supersedes CallService API, which will be gradually replaced by this one. Change-Id: Ie4b06c1b0843a777c5b8ee9c5dd12b9d9f990980
* | | | Merge "Update RouteInfo docs and make public."Robert Greenwalt2014-05-181-0/+14
|\ \ \ \
| * | | | Update RouteInfo docs and make public.Robert Greenwalt2014-05-181-0/+14
| | | | | | | | | | | | | | | | | | | | Change-Id: I1a8fe04022ea8291076af166f09112d19114ee16
* | | | | Merge "HdmiControlManager with HdmiPlaybackClient API definition"Jinsuk Kim2014-05-181-2/+30
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | HdmiControlManager with HdmiPlaybackClient API definitionJinsuk Kim2014-05-191-2/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a rewrite of HdmiCecManager that exposes API for CEC Playback device control. HdmiCecManager will be removed together with HdmiCecService once the migration is completed. Replaced direct access to CEC commands with the following 2 API: - oneTouchPlay - queryDisplayStatus Each method requires communication with other device on CEC bus, hence might take some time to finish. The result at the end of protocol exchange is reported through a callback provided as a parameter to the method. The callback is based on interface not abstract class since it has only one method 'onComplete'. Change-Id: I41e9d4571f890303282a79a803c86530d0b46974
* | | | | Merge "Update comments for LinkAddress"Robert Greenwalt2014-05-181-0/+10
|\ \ \ \ \
| * | | | | Update comments for LinkAddressRobert Greenwalt2014-05-181-0/+10
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | In preparation for CS api review. Change-Id: Ib933e905846ebd039d96a523946dd8fdb10f3ff1
* | | | | Fix SDK build for passpointInfoVinit Deshapnde2014-05-181-1/+0
| | | | | | | | | | | | | | | | | | | | Change-Id: I072a252fd413247cb1b882a7a136ad0265845b95
* | | | | Enable more features on WifiScannerVinit Deshapnde2014-05-181-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change enables full scan results and allows overriding wifichange configuration. There are also minor API changes take relavent parameters. Change-Id: I6ebcb49f64bd8bc9e5e0c88c3b56eb634783524e
* | | | | Hotspot 2.0 framework API -- more functionalitiesYuhao Zheng2014-05-181-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added resolution parameter for requestOsuIcons() - Added ANQP parser (OSU provider list only) Bug: 5485670 Change-Id: I69f6fd2ce6f80980ad786c2a3833cca8279771b3
* | | | | Hotspot 2.0 framework APIs -- initial implementationYuhao Zheng2014-05-181-14/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cherry-picked from klp-wireless-dev-mirror SHA1: e73969fac45aaca72528226dc8c0c5e54fb2cdd4 Bug: 5485670 Change-Id: If3250a2fae181a3774d3158e341220006ad6ebe5
* | | | | Unhide the WifiScanner APIVinit Deshapnde2014-05-181-0/+77
|/ / / / | | | | | | | | | | | | | | | | | | | | This change also adds java docs where needed. Change-Id: I1b7e56e31d460bc773dab9603fbebacf7c439e60
* | | | camera2: Plumb DngCreator to native library.Ruben Brunk2014-05-161-3/+4
| | | | | | | | | | | | | | | | Change-Id: Ic58bf6cf5086808b503460ef8e451fc0d6f1f850
* | | | Fix buildColin Cross2014-05-161-5/+5
| | | | | | | | | | | | | | | | Change-Id: I6afbe329773b0ec44c06148237ab9fd96aa07121
* | | | Merge "Refactoring RecentsActivityValues into TaskDescription, and ensuring ↵Winson Chung2014-05-171-17/+16
|\ \ \ \ | | | | | | | | | | | | | | | they are resolved when set. (Bug 14995928, 14832629)"
| * | | | Refactoring RecentsActivityValues into TaskDescription, and ensuring they ↵Winson Chung2014-05-161-17/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are resolved when set. (Bug 14995928, 14832629) Change-Id: I582221468e63a96a5dfd132a31b09e72099b170f
* | | | | Merge "Hide voice interaction APIs."Dianne Hackborn2014-05-161-94/+0
|\ \ \ \ \
| * | | | | Hide voice interaction APIs.Dianne Hackborn2014-05-161-94/+0
| | |_|/ / | |/| | | | | | | | | | | | | Change-Id: I961b6399a6edca239caaba9bbd1dd5e03bc612bd
* | | | | Add KEYCODE_PAIRING.Tim Kilbourn2014-05-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Used for initiating a peripheral pairing mode. Change-Id: I8e172bdda1f3c34eff36f3001c174f7a6b6e6e41
* | | | | Refactored code didn't make it into previous CLMatthew Williams2014-05-161-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: I7ec93e783267d0c0fb39fbc8d0abe7270bdaea68
* | | | | Revert "Revert "Modify TelephonyManager to expose sendEnvelopeWithStatus ↵Evan Charlton2014-05-161-0/+1
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of sendEnvelope."" This reverts commit f743b163fc764b7ebf701a9e65b13d308530d750. Change-Id: Ie274a024d2cdb6f11082e6bf391732a304863074
* | | | Merge "camera2: Move parameters around to different packages"Igor Murashkin2014-05-161-32/+26
|\ \ \ \
| * | | | camera2: Move parameters around to different packagesIgor Murashkin2014-05-141-32/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Camera-specific params to android.hardware.camera2.params * Remove android.hardware.camera2.Size * Move Rational to android.util Bug: 14628001 Change-Id: Ie7a82bf9f4a0d8c18e0dc3a1581123c0d95da3f0
* | | | | resolved conflicts for merge of de35b636 to masterGriff Hazen2014-05-161-0/+10
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: core/java/android/app/Notification.java Change-Id: I39ace14c976431bd7f6f1f9d5e4174b0a100aab0
| * \ \ \ \ am 959591e3: Add support for extendable actions to Notification.Griff Hazen2014-05-161-0/+10
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '959591e3ba3934f5bd8ecc2c81ad2a16d226acab': Add support for extendable actions to Notification.
| | * | | | | Add support for extendable actions to Notification.Griff Hazen2014-05-151-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2945a6994a28fc454af3f84e75c96d7619547f01
* | | | | | | Apply revised TrustAgent APIAdrian Roos2014-05-161-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 14997466 Change-Id: I81042e058a20f28603a11471882f3dcfc4f8b13c
* | | | | | | Merge "Add ARC commands"Jungshik Jang2014-05-161-1/+7
|\ \ \ \ \ \ \
| * | | | | | | Add ARC commandsJungshik Jang2014-05-151-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ARC, Audio Return Channel is newly introduced in HDMI CEC 1.4. Here is a list of new command <Initiate ARC> <Report ARC Initiated> <Report ARC Terminated> <Request ARC Initiation> <Request ARC Termination> <Terminate ARC> Along with it replaced <Get OSD Name> with <Give OSD Name> which is renamed in CEC 1.4. Change-Id: If4a7aedef839c8413a8e3b5f66f3df0c7234104b
* | | | | | | | BatteryManager: Add property ENERGY_COUNTER and long data type propertiesTodd Poynor2014-05-161-0/+2
| |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | Change-Id: Ie7f9b19c5cd47a48bb33af03d51acddaa14b0243
* | | | | | | Merge "Round rect outline clipping"Chris Craik2014-05-161-0/+2
|\ \ \ \ \ \ \
| * | | | | | | Round rect outline clippingChris Craik2014-05-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iee9cf4f719f6f1917507b69189ad114fa365917b
* | | | | | | | Merge "Deprecate FragmentBreadCrumbs, remove styles add in L"Alan Viverette2014-05-151-289/+281
|\ \ \ \ \ \ \ \