Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DAppContextService.java116 ownerInfo.setOwnedContexts(ownerInfo.getOwnedContexts() & ~c); in setActiveContexts()
129 info.setOwnedContexts(alreadyOwnedContexts | contexts); in setActiveContexts()
174 info.setOwnedContexts(currentlyOwnedContexts & ~removedContexts); in resetActiveContexts()
294 private synchronized void setOwnedContexts(int contexts) { in setOwnedContexts() method in AppContextService.ClientInfo