Searched refs:mObbMounts (Results 1 – 1 of 1) sorted by relevance
588 final private Map<IBinder, List<ObbState>> mObbMounts = new HashMap<IBinder, List<ObbState>>(); field in StorageManagerService3112 synchronized (mObbMounts) { in getMountedObbPath()3126 synchronized (mObbMounts) { in isObbMounted()3154 synchronized (mObbMounts) { in unmountObb()4215 List<ObbState> obbStates = mObbMounts.get(binder); in addObbStateLocked()4219 mObbMounts.put(binder, obbStates); in addObbStateLocked()4239 mObbMounts.remove(binder); in addObbStateLocked()4251 final List<ObbState> obbStates = mObbMounts.get(binder); in removeObbStateLocked()4257 mObbMounts.remove(binder); in removeObbStateLocked()4288 synchronized (mObbMounts) { in handleMessage()[all …]