Home
last modified time | relevance | path

Searched refs:WeakReferenceWithId (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/accessibility/
H A DWeakSparseArray.java29 private final SparseArray<WeakReferenceWithId<E>> mSparseArray = new SparseArray<>();
33 mSparseArray.append(key, new WeakReferenceWithId(value, mRefQueue, key)); in append()
43 WeakReferenceWithId<E> ref = mSparseArray.get(key); in get()
49 mSparseArray.remove(((WeakReferenceWithId) ref).mId); in removeUnreachableValues()
53 private static class WeakReferenceWithId<E> extends WeakReference<E> { class in WeakSparseArray
57 WeakReferenceWithId(E referent, ReferenceQueue<? super E> q, int id) { in WeakReferenceWithId() method in WeakSparseArray.WeakReferenceWithId
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes7832 android.view.accessibility.WeakSparseArray$WeakReferenceWithId
H A Dboot-image-profile.txt19035 HSPLandroid/view/accessibility/WeakSparseArray$WeakReferenceWithId;-><init>(Ljava/lang/Object;Ljava…
31581 Landroid/view/accessibility/WeakSparseArray$WeakReferenceWithId;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes7853 android.view.accessibility.WeakSparseArray$WeakReferenceWithId
H A Dboot-image-profile.txt19083 HSPLandroid/view/accessibility/WeakSparseArray$WeakReferenceWithId;-><init>(Ljava/lang/Object;Ljava…
41245 Landroid/view/accessibility/WeakSparseArray$WeakReferenceWithId;