Searched refs:removedContexts (Results 1 – 1 of 1) sorted by relevance
163 int removedContexts = 0; in resetActiveContexts() local168 removedContexts |= c; in resetActiveContexts()172 if (removedContexts != 0) { in resetActiveContexts()173 mActiveContexts &= ~removedContexts; in resetActiveContexts()174 info.setOwnedContexts(currentlyOwnedContexts & ~removedContexts); in resetActiveContexts()177 Integer.toHexString(removedContexts) + "," + info.toString()); in resetActiveContexts()183 if ((removedContexts & clientFilter) != 0 && clientInfo != info) { in resetActiveContexts()