Searched refs:obbState (Results 1 – 1 of 1) sorted by relevance
2861 final ObbState obbState = new ObbState(rawPath, canonicalPath, in mountObb() local2863 final ObbAction action = new MountObbAction(obbState, key, callingUid, obbInfo); in mountObb()4038 private void addObbStateLocked(ObbState obbState) throws RemoteException { in addObbStateLocked() argument4039 final IBinder binder = obbState.getBinder(); in addObbStateLocked()4047 if (o.rawPath.equals(obbState.rawPath)) { in addObbStateLocked()4054 obbStates.add(obbState); in addObbStateLocked()4056 obbState.link(); in addObbStateLocked()4062 obbStates.remove(obbState); in addObbStateLocked()4071 mObbPathToStateMap.put(obbState.rawPath, obbState); in addObbStateLocked()4074 private void removeObbStateLocked(ObbState obbState) { in removeObbStateLocked() argument[all …]