Searched refs:onEntryRemoved (Results 1 – 8 of 8) sorted by relevance
/frameworks/support/collection/ktx/src/test/java/androidx/collection/ |
D | LruCacheTest.kt | 37 @Test fun onEntryRemoved() { in <lambda>() method in androidx.collection.LruCacheTest 40 val cache = lruCache<String, TestData>(200, onEntryRemoved = { _, _, _, _ -> in <lambda>()
|
/frameworks/support/core/ktx/src/androidTest/java/androidx/core/util/ |
D | LruCacheTest.kt | 37 @Test fun onEntryRemoved() { in <lambda>() method in androidx.core.util.LruCacheTest 40 val cache = lruCache<String, TestData>(200, onEntryRemoved = { _, _, _, _ -> in <lambda>()
|
/frameworks/support/collection/ktx/src/main/java/androidx/collection/ |
D | LruCache.kt | 41 crossinline onEntryRemoved: (evicted: Boolean, key: K, oldValue: V, newValue: V?) -> Unit = 48 onEntryRemoved(evicted, key, oldValue, newValue) in sizeOf()
|
/frameworks/support/core/ktx/src/main/java/androidx/core/util/ |
D | LruCache.kt | 43 crossinline onEntryRemoved: (evicted: Boolean, key: K, oldValue: V, newValue: V?) -> Unit = 50 onEntryRemoved(evicted, key, oldValue, newValue) in sizeOf()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationGroupManager.java | 82 public void onEntryRemoved(NotificationData.Entry removed) { in onEntryRemoved() method in NotificationGroupManager
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationData.java | 469 mGroupManager.onEntryRemoved(removed); in remove()
|
/frameworks/support/core/ktx/api/ |
D | current.txt | 500 …? super java.lang.Boolean,? super K,? super V,? super V,kotlin.Unit> onEntryRemoved = "{ _, _, _, …
|
D | 0.2.txt | 581 …Function4<? super Boolean,? super K,? super V,? super V,kotlin.Unit> onEntryRemoved = "{ _, _, _, …
|