Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DAppFocusService.java530 private static final int MSG_DISPATCH_FOCUS_CHANGE = 2; field in AppFocusService.DispatchHandler
553 Message msg = obtainMessage(MSG_DISPATCH_FOCUS_CHANGE, appType, active ? 1 : 0, in requestAppFocusChangeDispatch()
574 case MSG_DISPATCH_FOCUS_CHANGE: in handleMessage()