Searched refs:mBannedUids (Results 1 – 1 of 1) sorted by relevance
179 private final ArrayList<Integer> mBannedUids = new ArrayList<Integer>(); field in PlaybackActivityMonitor184 final int index = mBannedUids.indexOf(new Integer(uid)); in disableAudioForUid()190 mBannedUids.remove(index); in disableAudioForUid()201 mBannedUids.add(new Integer(uid)); in disableAudioForUid()383 for (Integer uidInteger: mBannedUids) { in playerEvent()696 for (int uid : mBannedUids) { in dump()