Home
last modified time | relevance | path

Searched refs:mockDispatcher (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/management/
DControlsEditingActivityTest.kt56 @Mock private lateinit var mockDispatcher: OnBackInvokedDispatcher variable in com.android.systemui.controls.management.ControlsEditingActivityTest
69 mockDispatcher, in <lambda>()
86 verify(mockDispatcher) in testBackCallbackRegistrationAndUnregistration()
94 verify(mockDispatcher).unregisterOnBackInvokedCallback(captureCallback.value) in testBackCallbackRegistrationAndUnregistration()
166 private val mockDispatcher: OnBackInvokedDispatcher, constant
180 return mockDispatcher in getOnBackInvokedDispatcher()
DControlsFavoritingActivityTest.kt77 @Mock private lateinit var mockDispatcher: OnBackInvokedDispatcher variable in com.android.systemui.controls.management.ControlsFavoritingActivityTest
91 mockDispatcher, in <lambda>()
110 verify(mockDispatcher) in testBackCallbackRegistrationAndUnregistration()
118 verify(mockDispatcher).unregisterOnBackInvokedCallback(captureCallback.value) in testBackCallbackRegistrationAndUnregistration()
185 private val mockDispatcher: OnBackInvokedDispatcher, constant
200 return mockDispatcher in getOnBackInvokedDispatcher()
DControlsProviderSelectorActivityTest.kt87 @Mock private lateinit var mockDispatcher: OnBackInvokedDispatcher variable in com.android.systemui.controls.management.ControlsProviderSelectorActivityTest
103 mockDispatcher, in <lambda>()
122 verify(mockDispatcher) in testBackCallbackRegistrationAndUnregistration()
130 verify(mockDispatcher).unregisterOnBackInvokedCallback(captureCallback.value) in testBackCallbackRegistrationAndUnregistration()
229 private val mockDispatcher: OnBackInvokedDispatcher, constant
246 return mockDispatcher in getOnBackInvokedDispatcher()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialogLite.java2348 void setBackDispatcherOverride(OnBackInvokedDispatcher mockDispatcher) {
2349 mOverriddenBackDispatcher = mockDispatcher;