Home
last modified time | relevance | path

Searched refs:obbState (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java3140 final ObbState obbState = new ObbState(rawPath, canonicalPath, in mountObb() local
3142 final ObbAction action = new MountObbAction(obbState, callingUid, obbInfo); in mountObb()
4213 private void addObbStateLocked(ObbState obbState) throws RemoteException { in addObbStateLocked() argument
4214 final IBinder binder = obbState.getBinder(); in addObbStateLocked()
4222 if (o.rawPath.equals(obbState.rawPath)) { in addObbStateLocked()
4229 obbStates.add(obbState); in addObbStateLocked()
4231 obbState.link(); in addObbStateLocked()
4237 obbStates.remove(obbState); in addObbStateLocked()
4246 mObbPathToStateMap.put(obbState.rawPath, obbState); in addObbStateLocked()
4249 private void removeObbStateLocked(ObbState obbState) { in removeObbStateLocked() argument
[all …]