Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DAppContextService.java95 int ownedContexts = info.getOwnedContexts(); in isOwningContext() local
96 return (ownedContexts & context) == context; in isOwningContext()
210 int ownedContexts = info.getOwnedContexts(); in onBinderDeath() local
211 if (ownedContexts != 0) { in onBinderDeath()
212 resetActiveContexts(bInterface.binderInterface, ownedContexts); in onBinderDeath()