Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DAppFocusService.java549 private static final int MSG_DISPATCH_OWNERSHIP_GRANT = 1; field in AppFocusService.DispatchHandler
567 Message msg = obtainMessage(MSG_DISPATCH_OWNERSHIP_GRANT, appType, 0, callback); in requestAppFocusOwnershipGrantDispatch()
590 case MSG_DISPATCH_OWNERSHIP_GRANT: in handleMessage()