Searched refs:getInternalNotifUpdater (Results 1 – 6 of 6) sorted by relevance
249 fun getInternalNotifUpdater(name: String?): InternalNotifUpdater { in getInternalNotifUpdater() method250 return mNotifCollection.getInternalNotifUpdater(name) in getInternalNotifUpdater()
995 public InternalNotifUpdater getInternalNotifUpdater(String name) {
92 when(notifPipeline.getInternalNotifUpdater(anyString())).thenReturn(mInternalNotifUpdater); in setUp()
100 mNotifUpdater = pipeline.getInternalNotifUpdater(TAG) in getLifetimeExtenders()
91 `when`(pipeline.getInternalNotifUpdater(any())).thenReturn(notifUpdater) in setUp()
1521 InternalNotifUpdater updater = mCollection.getInternalNotifUpdater("Test"); in getInternalNotifUpdateRunnable()1530 InternalNotifUpdater updater = mCollection.getInternalNotifUpdater("Test"); in testGetInternalNotifUpdaterPostsToMainHandler()