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
/
util
/
ArraySet.java
Age
Commit message (
Expand
)
Author
2020-10-15
Add @Nullable annotation to the parameter of Object.equals() methods.
Roman Kalukiewicz
2020-01-07
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-10-08
resolve merge conflicts of 484e166df3c21712c7dfa687d10c91bb0e007397 to master
Valentin Iftime
2019-10-08
API to detect which network interfaces support wake-on-lan
Valentin Iftime
2019-08-20
Address static cache access issues.
Kweku Adams
2019-04-29
Add extra comment for implementation.
Kweku Adams
2019-04-26
Gating OutOfBoundsException on targetSdkVersion.
Kweku Adams
2018-11-01
Slight improvements to ArraySet.
Kweku Adams
2018-09-29
Expose a few APIs in util collections.
Jake Wharton
2018-08-14
Add @UnsupportedAppUsage annotations
Mathew Inwood
2016-08-29
resolve merge conflicts of 5827257 to master
Colin Cross
2016-08-25
Try to mitigate issue #31016187: system_server crash in ArraySet.
Dianne Hackborn
2016-08-19
Clean up style issues in ArraySet.
Aurimas Liutikas
2016-06-30
Removed warning when objects are added on wrong order.
Felipe Leme
2016-06-27
Mark app pending intents in notification extras
Svet Ganov
2016-02-27
Utility to detect lock inversions in system.
Jeff Sharkey
2015-06-11
Add ArraySet to the SDK.
Dianne Hackborn
2015-03-05
am 6695b992: Merge "Frameworks/base: Add removeAll for ArraySet"
Andreas Gampe
2015-03-04
Frameworks/base: Add removeAll for ArraySet
Andreas Gampe
2014-10-24
Reduce PackageManager RAM usage: ArrayMap/Set.
Jeff Sharkey
2014-08-26
Add indexOf method to ArrayMap & ArraySet
Adam Lesinski
2014-07-01
Rework network stats to use proc state for fg/bg.
Dianne Hackborn
2014-03-27
Uses VMRuntime.newUnpaddedArray for ideal array sizes
Adam Lesinski
2013-07-25
Okay, I give in, add null key support to ArrayMap and ArraySet.
Dianne Hackborn
2013-07-16
Make ArrayMap public! :)
Dianne Hackborn
2013-07-12
Update SparseArray docs to be more informative.
Dianne Hackborn
2013-06-21
More procstats work: separate global proc account, more dumping.
Dianne Hackborn
2013-06-11
ArrayMap is great, so how about ArraySet!
Dianne Hackborn