[go: nahoru, domu]

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

/frameworks/base/services/core/java/com/android/server/
H A DMountService.java2474 final ObbState obbState = new ObbState(rawPath, canonicalPath, callingUid, token, nonce);
2475 final ObbAction action = new MountObbAction(obbState, key, callingUid);
3122 private void addObbStateLocked(ObbState obbState) throws RemoteException { argument
3123 final IBinder binder = obbState.getBinder();
3131 if (o.rawPath.equals(obbState.rawPath)) {
3138 obbStates.add(obbState);
3140 obbState.link();
3146 obbStates.remove(obbState);
3155 mObbPathToStateMap.put(obbState.rawPath, obbState);
3158 removeObbStateLocked(ObbState obbState) argument
3338 ObbAction(ObbState obbState) argument
3404 MountObbAction(ObbState obbState, String key, int callingUid) argument
3502 UnmountObbAction(ObbState obbState, boolean force) argument
[all...]

Completed in 12 milliseconds