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