Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollectionTest.java1023 mExtender2.onCancelLifetimeExtension = () -> { in testReentrantCallsToLifetimeExtendersThrow()
1485 public @Nullable Runnable onCancelLifetimeExtension; field in NotifCollectionTest.RecordingLifetimeExtender
1511 if (onCancelLifetimeExtension != null) { in cancelLifetimeExtension()
1512 onCancelLifetimeExtension.run(); in cancelLifetimeExtension()