index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
os
/
WorkSource.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "Reconcile WorkSource parcel and unparcel code." into qt-dev am: 9a64b4...
Josep del Río
2022-12-17
1
-1
/
+1
|
\
|
*
Merge "Reconcile WorkSource parcel and unparcel code." into qt-dev am: 9a64b4...
Josep del Río
2022-12-17
1
-1
/
+1
|
|
\
|
|
*
Merge "Reconcile WorkSource parcel and unparcel code." into qt-dev am: 9a64b4...
Josep del Río
2022-12-17
1
-1
/
+1
|
|
|
\
|
|
|
*
Reconcile WorkSource parcel and unparcel code.
Michael Wright
2022-10-01
1
-1
/
+1
*
|
|
|
Revert "Revert "Migrate unsafe parcel APIs in framework-minus-apex""
Bernardo Rufino
2022-01-19
1
-1
/
+1
*
|
|
|
Revert "Migrate unsafe parcel APIs in framework-minus-apex"
Bernardo Rufino
2022-01-12
1
-1
/
+1
*
|
|
|
Migrate unsafe parcel APIs in framework-minus-apex
Bernardo Rufino
2021-12-15
1
-1
/
+1
|
/
/
/
*
|
|
Fix hopefully minor bug in WorkSource.add
Soonil Nagarkar
2020-11-05
1
-0
/
+1
*
|
|
Remove @TestApi from @SystemApi symbols
Anton Hansson
2020-10-20
1
-6
/
+0
*
|
|
Update language to comply with Android's inclusive language guidance
Jeff Sharkey
2020-09-14
1
-1
/
+1
|
/
/
*
|
Clarified docs on WorkSource#size()
Suprabh Shukla
2020-01-29
1
-1
/
+1
*
|
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-12-18
1
-2
/
+1
*
|
Rename writeToProto to be dumpDebug
Jeffrey Huang
2019-12-05
1
-1
/
+1
*
|
Exposing WorkSource hidden APIs as system APIs
Suprabh Shukla
2019-11-20
1
-19
/
+81
*
|
Add @UnsupportedAppUsage to test apis that are known to be used by apps.
Artur Satayev
2019-11-13
1
-0
/
+6
*
|
Add missing nullability annotations.
Aurimas Liutikas
2019-08-29
1
-2
/
+4
*
|
Add @UnsupportedAppUsage annotations for max-p.
Artur Satayev
2019-08-01
1
-0
/
+4
|
/
*
Add @UnsupportedAppUsage annotations
Andrei Onea
2019-03-15
1
-0
/
+5
*
All Parcelable CREATOR fields are @NonNull.
Jeff Sharkey
2019-02-28
1
-2
/
+2
*
Add WorkSource.getAttributionUid()
Marcin Oczeretko
2019-01-22
1
-3
/
+19
*
Get android.os tests running against real APIs.
Jeff Sharkey
2018-06-29
1
-0
/
+9
*
Trim the invalid uids and tags when reading uids/tags from chain.
Yangster-mac
2018-04-09
1
-2
/
+6
*
WorkSource: Mark methods required by GMS as @SystemApi.
Narayan Kamath
2018-01-26
1
-6
/
+18
*
Merge "Chained attribution for GnssLocationProvider."
TreeHugger Robot
2018-01-25
1
-0
/
+30
|
\
|
*
Chained attribution for GnssLocationProvider.
Narayan Kamath
2018-01-24
1
-0
/
+30
*
|
Support logging chained WorkSources from JobScheduler.
Narayan Kamath
2018-01-25
1
-0
/
+14
|
/
*
WorkSource: Fix corner-case in equals method.
Narayan Kamath
2018-01-09
1
-4
/
+15
*
WorkSource: Fix WorkSource#remove for chained worksources.
Narayan Kamath
2018-01-08
1
-9
/
+4
*
Merge "WorkSource: Update serialization to worksource.proto."
TreeHugger Robot
2018-01-02
1
-0
/
+19
|
\
|
*
WorkSource: Update serialization to worksource.proto.
Narayan Kamath
2017-12-27
1
-0
/
+19
*
|
WorkSource: Fix getAttributionUid.
Narayan Kamath
2017-12-27
1
-3
/
+3
|
/
*
Support WorkChains for WakeLock start / stop / change events.
Narayan Kamath
2017-12-22
1
-0
/
+67
*
WorkSource: Fix NPE on set(int) / set(int, String).
Narayan Kamath
2017-12-21
1
-2
/
+6
*
WorkSource: Add support for chaining attribution.
Narayan Kamath
2017-12-20
1
-18
/
+316
*
WorkSource: Remove unused WorkSource.stripNames.
Narayan Kamath
2017-12-06
1
-16
/
+0
*
Protobufferize PowerManager dumpsys
Netta P
2017-02-23
1
-1
/
+17
*
Fix broken method WorkSource.set (names aren't applied).
David Christie
2013-09-23
1
-1
/
+0
*
Clear names from externally supplied WorkSources to WifiManager (b/10733757)
David Christie
2013-09-20
1
-1
/
+15
*
Strip names out of externally supplied WorkSources to WifiManager (b/10710007).
David Christie
2013-09-13
1
-0
/
+10
*
App ops: you can now turn off operations.
Dianne Hackborn
2013-01-25
1
-1
/
+1
*
WorkSource can now track package names.
Dianne Hackborn
2013-01-11
1
-36
/
+374
*
Power manager rewrite.
Jeff Brown
2012-08-15
1
-0
/
+18
*
Implement equals() and hashCode() like a good little object.
Jeff Brown
2012-07-27
1
-0
/
+14
*
Fix issue #2999795: Runtime restart on Crespo
Dianne Hackborn
2010-09-14
1
-1
/
+1
*
Track client requests through location manager.
Dianne Hackborn
2010-09-13
1
-0
/
+311