Searched refs:obbState (Results 1 – 1 of 1) sorted by relevance
2397 final ObbState obbState = new ObbState(rawPath, canonicalPath, in mountObb() local2399 final ObbAction action = new MountObbAction(obbState, key, callingUid, obbInfo); in mountObb()3300 private void addObbStateLocked(ObbState obbState) throws RemoteException { in addObbStateLocked() argument3301 final IBinder binder = obbState.getBinder(); in addObbStateLocked()3309 if (o.rawPath.equals(obbState.rawPath)) { in addObbStateLocked()3316 obbStates.add(obbState); in addObbStateLocked()3318 obbState.link(); in addObbStateLocked()3324 obbStates.remove(obbState); in addObbStateLocked()3333 mObbPathToStateMap.put(obbState.rawPath, obbState); in addObbStateLocked()3336 private void removeObbStateLocked(ObbState obbState) { in removeObbStateLocked() argument[all …]