Searched refs:obbStates (Results 1 – 1 of 1) sorted by relevance
4040 List<ObbState> obbStates = mObbMounts.get(binder); in addObbStateLocked() local4042 if (obbStates == null) { in addObbStateLocked()4043 obbStates = new ArrayList<ObbState>(); in addObbStateLocked()4044 mObbMounts.put(binder, obbStates); in addObbStateLocked()4046 for (final ObbState o : obbStates) { in addObbStateLocked()4054 obbStates.add(obbState); in addObbStateLocked()4062 obbStates.remove(obbState); in addObbStateLocked()4063 if (obbStates.isEmpty()) { in addObbStateLocked()4076 final List<ObbState> obbStates = mObbMounts.get(binder); in removeObbStateLocked() local4077 if (obbStates != null) { in removeObbStateLocked()[all …]