Home
last modified time | relevance | path

Searched refs:deduper (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DSmartspaceDedupingCoordinatorTest.kt98 private lateinit var deduper: SmartspaceDedupingCoordinator variable in com.android.systemui.statusbar.notification.collection.coordinator.SmartspaceDedupingCoordinatorTest
108 deduper = SmartspaceDedupingCoordinator( in setUp()
119 deduper.attach(notifPipeline) in setUp()
/frameworks/base/tools/aapt2/cmd/
DOptimize.cpp148 ResourceDeduper deduper; in Run() local
149 if (!deduper.Consume(context_, apk->GetResourceTable())) { in Run()
DLink.cpp2059 ResourceDeduper deduper; in Run() local
2060 if (!deduper.Consume(context_, &final_table_)) { in Run()