summaryrefslogtreecommitdiff
path: root/core/java/android/util/ArraySet.java
Commit message (Expand)AuthorAgeFilesLines
* Improve forEach.Kweku Adams2021-07-191-0/+18
* Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz2020-10-151-1/+1
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-071-1/+1
* resolve merge conflicts of 484e166df3c21712c7dfa687d10c91bb0e007397 to masterValentin Iftime2019-10-081-0/+13
|\
| * API to detect which network interfaces support wake-on-lanValentin Iftime2019-10-081-0/+13
* | Address static cache access issues.Kweku Adams2019-08-201-45/+101
|/
* Add extra comment for implementation.Kweku Adams2019-04-291-0/+2
* Gating OutOfBoundsException on targetSdkVersion.Kweku Adams2019-04-261-2/+14
* Slight improvements to ArraySet.Kweku Adams2018-11-011-10/+99
* Expose a few APIs in util collections.Jake Wharton2018-09-291-10/+11
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-141-0/+9
* resolve merge conflicts of 5827257 to masterColin Cross2016-08-291-17/+35
|\
| * Try to mitigate issue #31016187: system_server crash in ArraySet.Dianne Hackborn2016-08-251-16/+34
* | Clean up style issues in ArraySet.Aurimas Liutikas2016-08-191-52/+64
|/
* Removed warning when objects are added on wrong order.Felipe Leme2016-06-301-5/+8
* Mark app pending intents in notification extrasSvet Ganov2016-06-271-0/+26
* Utility to detect lock inversions in system.Jeff Sharkey2016-02-271-5/+11
* Add ArraySet to the SDK.Dianne Hackborn2015-06-111-2/+28
* am 6695b992: Merge "Frameworks/base: Add removeAll for ArraySet"Andreas Gampe2015-03-051-0/+20
|\
| * Frameworks/base: Add removeAll for ArraySetAndreas Gampe2015-03-041-0/+20
* | Reduce PackageManager RAM usage: ArrayMap/Set.Jeff Sharkey2014-10-241-1/+8
|/
* Add indexOf method to ArrayMap & ArraySetAdam Lesinski2014-08-261-4/+14
* Rework network stats to use proc state for fg/bg.Dianne Hackborn2014-07-011-1/+1
* Uses VMRuntime.newUnpaddedArray for ideal array sizesAdam Lesinski2014-03-271-8/+10
* Okay, I give in, add null key support to ArrayMap and ArraySet.Dianne Hackborn2013-07-251-14/+56
* Make ArrayMap public! :)Dianne Hackborn2013-07-161-9/+9
* Update SparseArray docs to be more informative.Dianne Hackborn2013-07-121-3/+2
* More procstats work: separate global proc account, more dumping.Dianne Hackborn2013-06-211-0/+30
* ArrayMap is great, so how about ArraySet!Dianne Hackborn2013-06-111-0/+599