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.java162 mDispatchHandler.requestAppFocusChangeDispatch(clientInfo.binderInterface, in requestAppFocus()
203 mDispatchHandler.requestAppFocusChangeDispatch(clientInfo.binderInterface, in abandonAppFocus()
460 private void requestAppFocusChangeDispatch(IAppFocusListener listener, int appType, in requestAppFocusChangeDispatch() method in AppFocusService.DispatchHandler