Searched refs:mockDispatcher (Results 1 – 4 of 4) sorted by relevance
56 @Mock private lateinit var mockDispatcher: OnBackInvokedDispatcher variable in com.android.systemui.controls.management.ControlsEditingActivityTest69 mockDispatcher, in <lambda>()86 verify(mockDispatcher) in testBackCallbackRegistrationAndUnregistration()94 verify(mockDispatcher).unregisterOnBackInvokedCallback(captureCallback.value) in testBackCallbackRegistrationAndUnregistration()166 private val mockDispatcher: OnBackInvokedDispatcher, constant180 return mockDispatcher in getOnBackInvokedDispatcher()
77 @Mock private lateinit var mockDispatcher: OnBackInvokedDispatcher variable in com.android.systemui.controls.management.ControlsFavoritingActivityTest91 mockDispatcher, in <lambda>()110 verify(mockDispatcher) in testBackCallbackRegistrationAndUnregistration()118 verify(mockDispatcher).unregisterOnBackInvokedCallback(captureCallback.value) in testBackCallbackRegistrationAndUnregistration()185 private val mockDispatcher: OnBackInvokedDispatcher, constant200 return mockDispatcher in getOnBackInvokedDispatcher()
87 @Mock private lateinit var mockDispatcher: OnBackInvokedDispatcher variable in com.android.systemui.controls.management.ControlsProviderSelectorActivityTest103 mockDispatcher, in <lambda>()122 verify(mockDispatcher) in testBackCallbackRegistrationAndUnregistration()130 verify(mockDispatcher).unregisterOnBackInvokedCallback(captureCallback.value) in testBackCallbackRegistrationAndUnregistration()229 private val mockDispatcher: OnBackInvokedDispatcher, constant246 return mockDispatcher in getOnBackInvokedDispatcher()
2348 void setBackDispatcherOverride(OnBackInvokedDispatcher mockDispatcher) {2349 mOverriddenBackDispatcher = mockDispatcher;