Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotifCollectionTest.java1002 mExtender2.onCancelLifetimeExtension = () -> { in testReentrantCallsToLifetimeExtendersThrow()
1391 public @Nullable Runnable onCancelLifetimeExtension; field in NotifCollectionTest.RecordingLifetimeExtender
1416 if (onCancelLifetimeExtension != null) { in cancelLifetimeExtension()
1417 onCancelLifetimeExtension.run(); in cancelLifetimeExtension()