Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DAppContextService.java268 private int mOwnedContexts; field in AppContextService.ClientInfo
289 Integer.toHexString(mOwnedContexts)); in getOwnedContexts()
291 return mOwnedContexts; in getOwnedContexts()
298 mOwnedContexts = contexts; in setOwnedContexts()
306 ",owned=" + Integer.toHexString(mOwnedContexts) + "}"; in toString()