Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DRemoteInputViewTest.java268 ArgumentCaptor<OnBackInvokedCallback> onBackInvokedCallbackCaptor = ArgumentCaptor.forClass( in testPredictiveBack_registerAndUnregister() local
277 onBackInvokedCallbackCaptor.capture()); in testPredictiveBack_registerAndUnregister()
282 eq(onBackInvokedCallbackCaptor.getValue())); in testPredictiveBack_registerAndUnregister()
296 ArgumentCaptor<OnBackInvokedCallback> onBackInvokedCallbackCaptor = ArgumentCaptor.forClass( in testUiPredictiveBack_openAndDispatchCallback() local
306 onBackInvokedCallbackCaptor.capture()); in testUiPredictiveBack_openAndDispatchCallback()
311 onBackInvokedCallbackCaptor.getValue().onBackInvoked(); in testUiPredictiveBack_openAndDispatchCallback()