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

/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java2188 final ObbState obbState = new ObbState(rawPath, canonicalPath,
2190 final ObbAction action = new MountObbAction(obbState, key, callingUid);
2972 private void addObbStateLocked(ObbState obbState) throws RemoteException { argument
2973 final IBinder binder = obbState.getBinder();
2981 if (o.rawPath.equals(obbState.rawPath)) {
2988 obbStates.add(obbState);
2990 obbState.link();
2996 obbStates.remove(obbState);
3005 mObbPathToStateMap.put(obbState.rawPath, obbState);
3008 removeObbStateLocked(ObbState obbState) argument
3202 ObbAction(ObbState obbState) argument
3266 MountObbAction(ObbState obbState, String key, int callingUid) argument
3343 UnmountObbAction(ObbState obbState, boolean force) argument
[all...]

Completed in 36 milliseconds