Searched refs:topUids (Results 1 – 2 of 2) sorted by relevance
149 std::unordered_set<uid_t> topUids; in onUidStateChanged() local156 topUids = mStateUidMap[mTopUidState]; in onUidStateChanged()164 if (topUids != mStateUidMap[mTopUidState]) { in onUidStateChanged()166 topUids = mStateUidMap[mTopUidState]; in onUidStateChanged()177 callback->onTopUidsChanged(topUids); in onUidStateChanged()
642 std::unordered_set<uid_t> topUids = mUidPolicy->getTopUids(); in removeSession_l() local643 moveUidsToTop_l(topUids, false /*preserveTopUid*/); in removeSession_l()