Searched refs:mBannedUids (Results 1 – 1 of 1) sorted by relevance
108 private final ArrayList<Integer> mBannedUids = new ArrayList<Integer>(); field in PlaybackActivityMonitor113 final int index = mBannedUids.indexOf(new Integer(uid)); in disableAudioForUid()119 mBannedUids.remove(index); in disableAudioForUid()130 mBannedUids.add(new Integer(uid)); in disableAudioForUid()233 for (Integer uidInteger: mBannedUids) { in playerEvent()327 for (int uid : mBannedUids) { in dump()