Searched refs:NotifLifetimeExtender (Results 1 – 11 of 11) sorted by relevance
27 public interface NotifLifetimeExtender { interface58 void onEndLifetimeExtension(NotifLifetimeExtender extender, NotificationEntry entry); in onEndLifetimeExtension()
157 fun logLifetimeExtended(key: String, extender: NotifLifetimeExtender) { in logLifetimeExtended()168 extender: NotifLifetimeExtender, in logLifetimeExtensionEnded()
41 import com.android.systemui.statusbar.notification.collection.notifcollection.NotifLifetimeExtender;65 private NotifLifetimeExtender mNotifLifetimeExtender;75 @Mock private NotifLifetimeExtender.OnEndLifetimeExtensionCallback mEndLifetimeExtension;98 ArgumentCaptor<NotifLifetimeExtender> notifLifetimeExtenderCaptor = in setUp()99 ArgumentCaptor.forClass(NotifLifetimeExtender.class); in setUp()
47 import com.android.systemui.statusbar.notification.collection.notifcollection.NotifLifetimeExtender;77 private NotifLifetimeExtender mForegroundNotifLifetimeExtender;107 ArgumentCaptor<NotifLifetimeExtender> lifetimeExtenderCaptor = in setup()108 ArgumentCaptor.forClass(NotifLifetimeExtender.class); in setup()
31 import com.android.systemui.statusbar.notification.collection.notifcollection.NotifLifetimeExtender;68 private NotifLifetimeExtender.OnEndLifetimeExtensionCallback mEndLifetimeExtension;160 private final NotifLifetimeExtender mLifetimeExtender = new NotifLifetimeExtender() {
31 import com.android.systemui.statusbar.notification.collection.notifcollection.NotifLifetimeExtender;124 private final NotifLifetimeExtender mForegroundLifetimeExtender =125 new NotifLifetimeExtender() {
26 import com.android.systemui.statusbar.notification.collection.notifcollection.NotifLifetimeExtender;
30 import com.android.systemui.statusbar.notification.collection.notifcollection.NotifLifetimeExtender;104 public void addNotificationLifetimeExtender(NotifLifetimeExtender extender) { in addNotificationLifetimeExtender()
80 import com.android.systemui.statusbar.notification.collection.notifcollection.NotifLifetimeExtender;140 private final List<NotifLifetimeExtender> mLifetimeExtenders = new ArrayList<>();200 void addNotificationLifetimeExtender(NotifLifetimeExtender extender) { in addNotificationLifetimeExtender()522 private void onEndLifetimeExtension(NotifLifetimeExtender extender, NotificationEntry entry) { in onEndLifetimeExtension()551 for (NotifLifetimeExtender extender : entry.mLifetimeExtenders) { in cancelLifetimeExtension()565 for (NotifLifetimeExtender extender : mLifetimeExtenders) { in updateLifetimeExtension()
67 import com.android.systemui.statusbar.notification.collection.notifcollection.NotifLifetimeExtender;106 final List<NotifLifetimeExtender> mLifetimeExtenders = new ArrayList<>();
82 import com.android.systemui.statusbar.notification.collection.notifcollection.NotifLifetimeExtender;1386 private static class RecordingLifetimeExtender implements NotifLifetimeExtender {