Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DAppFocusService.java229 mDispatchHandler.requestAppFocusChangeDispatch(clientInfo.binderInterface, in requestAppFocus()
278 mDispatchHandler.requestAppFocusChangeDispatch(clientInfo.binderInterface, in abandonAppFocus()
571 private void requestAppFocusChangeDispatch(IAppFocusListener listener, int appType, in requestAppFocusChangeDispatch() method in AppFocusService.DispatchHandler