Searched refs:mCallbacksCaptor (Results 1 – 2 of 2) sorted by relevance
107 private ArgumentCaptor<CommandQueue.Callbacks> mCallbacksCaptor; field in LaunchConversationActivityTest125 verify(mCommandQueue, times(1)).addCallback(mCallbacksCaptor.capture()); in setUp()197 mCallbacksCaptor.getValue().appTransitionFinished(DEFAULT_DISPLAY); in testEntryClearsNotificationAndDoesNotOpenBubble()223 mCallbacksCaptor.getValue().appTransitionFinished(DEFAULT_DISPLAY); in testBubbleEntryOpensBubbleAndDoesNotClearNotification()244 mCallbacksCaptor.getValue().appTransitionFinished(DEFAULT_DISPLAY); in testQuietModeOpensQuietModeDialog()268 mCallbacksCaptor.getValue().appTransitionFinished(DEFAULT_DISPLAY); in testBubbleWithNoNotifOpensBubble()
71 @Captor private ArgumentCaptor<CommandQueue.Callbacks> mCallbacksCaptor; field in LegacyLightsOutNotifControllerTest102 verify(mCommandQueue).addCallback(mCallbacksCaptor.capture()); in setUp()103 mCallbacks = Objects.requireNonNull(mCallbacksCaptor.getValue()); in setUp()