Searched refs:InternalNotifUpdater (Results 1 – 7 of 7) sorted by relevance
26 public interface InternalNotifUpdater { interface
33 import com.android.systemui.statusbar.notification.collection.notifcollection.InternalNotifUpdater249 fun getInternalNotifUpdater(name: String?): InternalNotifUpdater {
91 import com.android.systemui.statusbar.notification.collection.notifcollection.InternalNotifUpdater;995 public InternalNotifUpdater getInternalNotifUpdater(String name) {
46 import com.android.systemui.statusbar.notification.collection.notifcollection.InternalNotifUpdater;73 @Mock private InternalNotifUpdater mInternalNotifUpdater;
32 import com.android.systemui.statusbar.notification.collection.notifcollection.InternalNotifUpdater65 @Mock private lateinit var notifUpdater: InternalNotifUpdater
35 import com.android.systemui.statusbar.notification.collection.notifcollection.InternalNotifUpdater81 private lateinit var mNotifUpdater: InternalNotifUpdater
92 import com.android.systemui.statusbar.notification.collection.notifcollection.InternalNotifUpdater;1521 InternalNotifUpdater updater = mCollection.getInternalNotifUpdater("Test"); in getInternalNotifUpdateRunnable()1530 InternalNotifUpdater updater = mCollection.getInternalNotifUpdater("Test"); in testGetInternalNotifUpdaterPostsToMainHandler()