Searched refs:obbStates (Results 1 – 1 of 1) sorted by relevance
2564 List<ObbState> obbStates = mObbMounts.get(binder); in addObbStateLocked() local2566 if (obbStates == null) { in addObbStateLocked()2567 obbStates = new ArrayList<ObbState>(); in addObbStateLocked()2568 mObbMounts.put(binder, obbStates); in addObbStateLocked()2570 for (final ObbState o : obbStates) { in addObbStateLocked()2578 obbStates.add(obbState); in addObbStateLocked()2586 obbStates.remove(obbState); in addObbStateLocked()2587 if (obbStates.isEmpty()) { in addObbStateLocked()2600 final List<ObbState> obbStates = mObbMounts.get(binder); in removeObbStateLocked() local2601 if (obbStates != null) { in removeObbStateLocked()[all …]