Searched refs:obbStates (Results 1 – 1 of 1) sorted by relevance
4215 List<ObbState> obbStates = mObbMounts.get(binder); in addObbStateLocked() local4217 if (obbStates == null) { in addObbStateLocked()4218 obbStates = new ArrayList<ObbState>(); in addObbStateLocked()4219 mObbMounts.put(binder, obbStates); in addObbStateLocked()4221 for (final ObbState o : obbStates) { in addObbStateLocked()4229 obbStates.add(obbState); in addObbStateLocked()4237 obbStates.remove(obbState); in addObbStateLocked()4238 if (obbStates.isEmpty()) { in addObbStateLocked()4251 final List<ObbState> obbStates = mObbMounts.get(binder); in removeObbStateLocked() local4252 if (obbStates != null) { in removeObbStateLocked()[all …]