Searched refs:mObbMounts (Results 1 – 1 of 1) sorted by relevance
492 final private Map<IBinder, List<ObbState>> mObbMounts = new HashMap<IBinder, List<ObbState>>(); field in StorageManagerService2369 synchronized (mObbMounts) { in getMountedObbPath()2383 synchronized (mObbMounts) { in isObbMounted()2411 synchronized (mObbMounts) { in unmountObb()3302 List<ObbState> obbStates = mObbMounts.get(binder); in addObbStateLocked()3306 mObbMounts.put(binder, obbStates); in addObbStateLocked()3326 mObbMounts.remove(binder); in addObbStateLocked()3338 final List<ObbState> obbStates = mObbMounts.get(binder); in removeObbStateLocked()3344 mObbMounts.remove(binder); in removeObbStateLocked()3375 synchronized (mObbMounts) { in handleMessage()[all …]