summaryrefslogtreecommitdiff
path: root/core/java/android/preference/MultiCheckPreference.java
Commit message (Collapse)AuthorAgeFilesLines
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
| | | | | | | | | If they were null, then the Parcelable would fail to work. Bug: 126726802 Test: manual Change-Id: I7929ffa2f20e5de1c8e68e8263cca99496e9d014 Exempt-From-Owner-Approval: Trivial API annotations
* Deprecates framework Preference classesLouis Pullen-Freilich2018-11-191-2/+9
| | | | | | | | | The AndroidX Preference Library is the recommended way to build settings screens moving forward. Bug: b/114357488 Test: n/a Change-Id: I3b3bff2daf43d8239d8bf247a9c2acebbc6374eb
* Add @ResourceInt annotations on APIsTor Norbye2015-02-181-2/+3
| | | | Change-Id: I119cc059c2f8bd98fd585fc84ac2b1b7d5892a08
* Fix default style attr in DialogPreference subclass constructorsAlan Viverette2013-09-161-1/+1
| | | | | BUG: 10751709 Change-Id: Ia7fa91e52881b46d39711d2adc43330014234a55
* Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-6/+15
| | | | | | | Also updates the constructor of every class that extends View. BUG: 10676369 Change-Id: Ifaf27bf82028d180afa4931c0e906df88d858ac3
* Support for changing traces from development settings.Dianne Hackborn2012-05-081-1/+15
| | | | | | | | Publish information needed to build UI, fix SystemProperties.getLong() to be able to read this property, fix some issues in MultiCheckPreference. Change-Id: I10c8ff84a167fdb42f6c93500201b78b844cfb8b
* New preference for multi-selection check boxes.Dianne Hackborn2012-05-071-0/+313
This will be used for a new settings preference. Change-Id: Ia748cd3e0e8b80ff40942fe2978bd27ce929499a