Searched refs:obbStates (Results 1 – 1 of 1) sorted by relevance
3302 List<ObbState> obbStates = mObbMounts.get(binder); in addObbStateLocked() local3304 if (obbStates == null) { in addObbStateLocked()3305 obbStates = new ArrayList<ObbState>(); in addObbStateLocked()3306 mObbMounts.put(binder, obbStates); in addObbStateLocked()3308 for (final ObbState o : obbStates) { in addObbStateLocked()3316 obbStates.add(obbState); in addObbStateLocked()3324 obbStates.remove(obbState); in addObbStateLocked()3325 if (obbStates.isEmpty()) { in addObbStateLocked()3338 final List<ObbState> obbStates = mObbMounts.get(binder); in removeObbStateLocked() local3339 if (obbStates != null) { in removeObbStateLocked()[all …]