Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DSmartspaceDedupingCoordinator.kt122 oldMap[prevKey]?.cancelTimeoutRunnable?.run() in <lambda>()
159 target.cancelTimeoutRunnable?.run() in <lambda>()
161 target.cancelTimeoutRunnable = executor.executeDelayed({ in <lambda>()
162 target.cancelTimeoutRunnable = null in <lambda>()
170 target.cancelTimeoutRunnable?.run() in <lambda>()
171 target.cancelTimeoutRunnable = null in <lambda>()
194 var cancelTimeoutRunnable: Runnable? = null variable in com.android.systemui.statusbar.notification.collection.coordinator.TrackedSmartspaceTarget