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