summaryrefslogtreecommitdiff
path: root/core/java/android/os/WorkSource.java
AgeCommit message (Expand)Author
2020-11-05Fix hopefully minor bug in WorkSource.addSoonil Nagarkar
2020-10-20Remove @TestApi from @SystemApi symbolsAnton Hansson
2020-09-14Update language to comply with Android's inclusive language guidanceJeff Sharkey
2020-01-29Clarified docs on WorkSource#size()Suprabh Shukla
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-12-05Rename writeToProto to be dumpDebugJeffrey Huang
2019-11-20Exposing WorkSource hidden APIs as system APIsSuprabh Shukla
2019-11-13Add @UnsupportedAppUsage to test apis that are known to be used by apps.Artur Satayev
2019-08-29Add missing nullability annotations.Aurimas Liutikas
2019-08-01Add @UnsupportedAppUsage annotations for max-p.Artur Satayev
2019-03-15Add @UnsupportedAppUsage annotationsAndrei Onea
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2019-01-22Add WorkSource.getAttributionUid()Marcin Oczeretko
2018-06-29Get android.os tests running against real APIs.Jeff Sharkey
2018-04-09Trim the invalid uids and tags when reading uids/tags from chain.Yangster-mac
2018-01-26WorkSource: Mark methods required by GMS as @SystemApi.Narayan Kamath
2018-01-25Merge "Chained attribution for GnssLocationProvider."TreeHugger Robot
2018-01-25Support logging chained WorkSources from JobScheduler.Narayan Kamath
2018-01-24Chained attribution for GnssLocationProvider.Narayan Kamath
2018-01-09WorkSource: Fix corner-case in equals method.Narayan Kamath
2018-01-08WorkSource: Fix WorkSource#remove for chained worksources.Narayan Kamath
2018-01-02Merge "WorkSource: Update serialization to worksource.proto."TreeHugger Robot
2017-12-27WorkSource: Update serialization to worksource.proto.Narayan Kamath
2017-12-27WorkSource: Fix getAttributionUid.Narayan Kamath
2017-12-22Support WorkChains for WakeLock start / stop / change events.Narayan Kamath
2017-12-21WorkSource: Fix NPE on set(int) / set(int, String).Narayan Kamath
2017-12-20WorkSource: Add support for chaining attribution.Narayan Kamath
2017-12-06WorkSource: Remove unused WorkSource.stripNames.Narayan Kamath
2017-02-23Protobufferize PowerManager dumpsysNetta P
2013-09-23Fix broken method WorkSource.set (names aren't applied).David Christie
2013-09-20Clear names from externally supplied WorkSources to WifiManager (b/10733757)David Christie
2013-09-13Strip names out of externally supplied WorkSources to WifiManager (b/10710007).David Christie
2013-01-25App ops: you can now turn off operations.Dianne Hackborn
2013-01-11WorkSource can now track package names.Dianne Hackborn
2012-08-15Power manager rewrite.Jeff Brown
2012-07-27Implement equals() and hashCode() like a good little object.Jeff Brown
2010-09-14Fix issue #2999795: Runtime restart on CrespoDianne Hackborn
2010-09-13Track client requests through location manager.Dianne Hackborn