Searched refs:removedUids (Results 1 – 3 of 3) sorted by relevance
622 final SparseIntArray removedUids = new SparseIntArray(); in onUserRemoved() local628 removedUids.put(uid, allUids.valueAt(i)); in onUserRemoved()631 sendUidsNetworkPermission(removedUids, false /* add */); in onUserRemoved()656 + removedUids + ", tPerm appIds=" + removedUserAppIds); in onUserRemoved()1223 final SparseIntArray removedUids = new SparseIntArray(); in onSettingChanged() local1231 removedUids.put(uid, PERMISSION_NETWORK); in onSettingChanged()1235 removedUids.put(sdkSandboxUid, PERMISSION_NETWORK); in onSettingChanged()1251 sendUidsNetworkPermission(removedUids, false /* add */); in onSettingChanged()1253 + ", remove=" + removedUids); in onSettingChanged()
486 final int[] removedUids = new int[]{UID_RED, UID_BLUE}; in testRemoveUidsStats() local487 mFactory.removeUidsLocked(removedUids); in testRemoveUidsStats()
2425 final int[] removedUids = {UID_BLUE, UID_RED}; in testStatsFactoryRemoveUids() local2431 if (captureRemovedUids.contains(removedUids)) { in testStatsFactoryRemoveUids()2432 stats.removeUids(removedUids); in testStatsFactoryRemoveUids()