Searched refs:backInvokedDispatcher (Results 1 – 1 of 1) sorted by relevance
266 WindowOnBackInvokedDispatcher backInvokedDispatcher = mock( in testPredictiveBack_registerAndUnregister() local270 when(viewRoot.getOnBackInvokedDispatcher()).thenReturn(backInvokedDispatcher); in testPredictiveBack_registerAndUnregister()275 verify(backInvokedDispatcher).registerOnBackInvokedCallback( in testPredictiveBack_registerAndUnregister()281 verify(backInvokedDispatcher).unregisterOnBackInvokedCallback( in testPredictiveBack_registerAndUnregister()294 WindowOnBackInvokedDispatcher backInvokedDispatcher = mock( in testUiPredictiveBack_openAndDispatchCallback() local298 when(viewRoot.getOnBackInvokedDispatcher()).thenReturn(backInvokedDispatcher); in testUiPredictiveBack_openAndDispatchCallback()304 verify(backInvokedDispatcher).registerOnBackInvokedCallback( in testUiPredictiveBack_openAndDispatchCallback()