Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DAppContextService.java312 private static final int MSG_DISPATCH_OWNERSHIP_LOSS = 0; field in AppContextService.DispatchHandler
321 Message msg = obtainMessage(MSG_DISPATCH_OWNERSHIP_LOSS, contexts, 0, listener); in requestAppContextOwnershipLossDispatch()
333 case MSG_DISPATCH_OWNERSHIP_LOSS: in handleMessage()