Searched refs:mShouldRedactThreadIds (Results 1 – 1 of 1) sorted by relevance
313 private final LongArray mShouldRedactThreadIds = new LongArray(); field in MediaProvider6032 synchronized (mShouldRedactThreadIds) {6033 mShouldRedactThreadIds.add(tid);6038 synchronized (mShouldRedactThreadIds) {6039 mShouldRedactThreadIds.remove(mShouldRedactThreadIds.indexOf(tid));6320 synchronized (mShouldRedactThreadIds) {6321 shouldRedact = mShouldRedactThreadIds.indexOf(tid) != -1;