Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DAppContextService.java164 int currentlyOwnedContexts = info.getOwnedContexts(); in resetActiveContexts() local
167 if ((c & contexts) != 0 && (c & currentlyOwnedContexts) != 0) { in resetActiveContexts()
174 info.setOwnedContexts(currentlyOwnedContexts & ~removedContexts); in resetActiveContexts()