summaryrefslogtreecommitdiff
path: root/core/java/android/util/ArraySet.java
Commit message (Expand)AuthorAgeFilesLines
* 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