summaryrefslogtreecommitdiff
path: root/core/java/android/os/WorkSource.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Reconcile WorkSource parcel and unparcel code." into qt-dev am: 9a64b4...Josep del Río2022-12-171-1/+1
|\
| * Merge "Reconcile WorkSource parcel and unparcel code." into qt-dev am: 9a64b4...Josep del Río2022-12-171-1/+1
| |\
| | * Merge "Reconcile WorkSource parcel and unparcel code." into qt-dev am: 9a64b4...Josep del Río2022-12-171-1/+1
| | |\
| | | * Reconcile WorkSource parcel and unparcel code.Michael Wright2022-10-011-1/+1
* | | | Revert "Revert "Migrate unsafe parcel APIs in framework-minus-apex""Bernardo Rufino2022-01-191-1/+1
* | | | Revert "Migrate unsafe parcel APIs in framework-minus-apex"Bernardo Rufino2022-01-121-1/+1
* | | | Migrate unsafe parcel APIs in framework-minus-apexBernardo Rufino2021-12-151-1/+1
|/ / /
* | | Fix hopefully minor bug in WorkSource.addSoonil Nagarkar2020-11-051-0/+1
* | | Remove @TestApi from @SystemApi symbolsAnton Hansson2020-10-201-6/+0
* | | Update language to comply with Android's inclusive language guidanceJeff Sharkey2020-09-141-1/+1
|/ /
* | Clarified docs on WorkSource#size()Suprabh Shukla2020-01-291-1/+1
* | Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-2/+1
* | Rename writeToProto to be dumpDebugJeffrey Huang2019-12-051-1/+1
* | Exposing WorkSource hidden APIs as system APIsSuprabh Shukla2019-11-201-19/+81
* | Add @UnsupportedAppUsage to test apis that are known to be used by apps.Artur Satayev2019-11-131-0/+6
* | Add missing nullability annotations.Aurimas Liutikas2019-08-291-2/+4
* | Add @UnsupportedAppUsage annotations for max-p.Artur Satayev2019-08-011-0/+4
|/
* Add @UnsupportedAppUsage annotationsAndrei Onea2019-03-151-0/+5
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-2/+2
* Add WorkSource.getAttributionUid()Marcin Oczeretko2019-01-221-3/+19
* Get android.os tests running against real APIs.Jeff Sharkey2018-06-291-0/+9
* Trim the invalid uids and tags when reading uids/tags from chain.Yangster-mac2018-04-091-2/+6
* WorkSource: Mark methods required by GMS as @SystemApi.Narayan Kamath2018-01-261-6/+18
* Merge "Chained attribution for GnssLocationProvider."TreeHugger Robot2018-01-251-0/+30
|\
| * Chained attribution for GnssLocationProvider.Narayan Kamath2018-01-241-0/+30
* | Support logging chained WorkSources from JobScheduler.Narayan Kamath2018-01-251-0/+14
|/
* WorkSource: Fix corner-case in equals method.Narayan Kamath2018-01-091-4/+15
* WorkSource: Fix WorkSource#remove for chained worksources.Narayan Kamath2018-01-081-9/+4
* Merge "WorkSource: Update serialization to worksource.proto."TreeHugger Robot2018-01-021-0/+19
|\
| * WorkSource: Update serialization to worksource.proto.Narayan Kamath2017-12-271-0/+19
* | WorkSource: Fix getAttributionUid.Narayan Kamath2017-12-271-3/+3
|/
* Support WorkChains for WakeLock start / stop / change events.Narayan Kamath2017-12-221-0/+67
* WorkSource: Fix NPE on set(int) / set(int, String).Narayan Kamath2017-12-211-2/+6
* WorkSource: Add support for chaining attribution.Narayan Kamath2017-12-201-18/+316
* WorkSource: Remove unused WorkSource.stripNames.Narayan Kamath2017-12-061-16/+0
* Protobufferize PowerManager dumpsysNetta P2017-02-231-1/+17
* Fix broken method WorkSource.set (names aren't applied).David Christie2013-09-231-1/+0
* Clear names from externally supplied WorkSources to WifiManager (b/10733757)David Christie2013-09-201-1/+15
* Strip names out of externally supplied WorkSources to WifiManager (b/10710007).David Christie2013-09-131-0/+10
* App ops: you can now turn off operations.Dianne Hackborn2013-01-251-1/+1
* WorkSource can now track package names.Dianne Hackborn2013-01-111-36/+374
* Power manager rewrite.Jeff Brown2012-08-151-0/+18
* Implement equals() and hashCode() like a good little object.Jeff Brown2012-07-271-0/+14
* Fix issue #2999795: Runtime restart on CrespoDianne Hackborn2010-09-141-1/+1
* Track client requests through location manager.Dianne Hackborn2010-09-131-0/+311