Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/
H A DAppFocusService.java207 mDispatchHandler.requestAppFocusChangeDispatch(clientInfo.binderInterface, in requestAppFocus()
256 mDispatchHandler.requestAppFocusChangeDispatch(clientInfo.binderInterface, in abandonAppFocus()
544 private void requestAppFocusChangeDispatch(IAppFocusListener listener, int appType, in requestAppFocusChangeDispatch() method in AppFocusService.DispatchHandler