summaryrefslogtreecommitdiff
path: root/core/java/android/webkit/ClientCertRequest.java
Commit message (Collapse)AuthorAgeFilesLines
* WebView: add @Nullable and @NonNull annotationsNate Fischer2017-09-211-2/+6
| | | | | | | | | | | | | | | | | This adds @Nullable and @NonNull annotations where the docs previously stated this. This change should be safe, since we already disallowed null values for the @NonNull parameters via documentation. I verified that documentation changes for APIs which previously did not mention null-ness in @param or @return Javadocs (if the API already mentioned it in these spots, then DroidDoc prefers the hand-written description). This also fixes various lint errors. Bug: 65465498 Test: make update-api and manually verify docs Change-Id: I4751508d0e72be8ddfc3d6b601db8c307c9df60e
* WebView: wrap Java literals with {@code}Nate Fischer2017-09-051-2/+2
| | | | | | | | | | | | | | | | Docs change only. This wraps some Java literals (true, false, null) with {@code} blocks, as per Android API guidelines. This also addresses other presubmit errors: * fix lines that have become too long * fix broken import order and unused imports Bug: 65213517 Test: make docs (and manually verify things look better) Change-Id: Idc7fe28d40bea7bd1edcad539b75fa9c689b8d46
* Address the API reviewSelim Gurun2014-06-131-9/+12
| | | | | | | | | | Bug: 15432556 The api council asks to change the interface to an abstract class and clarify the clearClientCertPreferences api. This change addresses these. Change-Id: I7979788c7c041bacbfef5ea4d94309f91279ef22
* Unhide Client Cert APISSelim Gurun2014-05-021-2/+0
| | | | | Bug:12983007 Change-Id: I9ae23be110ff036ce64271841e1ba69122ce6caa
* Add ClientCert supportSelim Gurun2014-04-241-0/+80
Bug: 12983007 This is to add APIs for client certificates. Keep the APIs hidden until finalizing the design. Change-Id: I8a1e755e2c509cf821dff7c7df0ddd5270a5f79b