Searched refs:mUidsBlockedOnIo (Results 1 – 1 of 1) sorted by relevance
80 …@GuardedBy("mSessionsLock") private final SparseArray<Integer> mUidsBlockedOnIo = new SparseArray<… field in StorageUserConnection179 mUidsBlockedOnIo.clear(); in removeSession()252 int ioBlockedCounter = mUidsBlockedOnIo.get(uid, 0); in notifyAppIoBlocked()253 mUidsBlockedOnIo.put(uid, ++ioBlockedCounter); in notifyAppIoBlocked()266 int ioBlockedCounter = mUidsBlockedOnIo.get(uid, 0); in notifyAppIoResumed()272 mUidsBlockedOnIo.remove(uid); in notifyAppIoResumed()274 mUidsBlockedOnIo.put(uid, --ioBlockedCounter); in notifyAppIoResumed()282 return mUidsBlockedOnIo.contains(uid); in isAppIoBlocked()