Searched defs:obbState (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/
H A DMountService.java2302 final ObbState obbState = new ObbState(rawPath, canonicalPath, callingUid, token, nonce);
2303 final ObbAction action = new MountObbAction(obbState, key, callingUid);
2716 private void addObbStateLocked(ObbState obbState) throws RemoteException { argument
2717 final IBinder binder = obbState.getBinder();
2725 if (o.rawPath.equals(obbState.rawPath)) {
2732 obbStates.add(obbState);
2734 obbState.link();
2740 obbStates.remove(obbState);
2749 mObbPathToStateMap.put(obbState.rawPath, obbState);
2752 removeObbStateLocked(ObbState obbState) argument
2932 ObbAction(ObbState obbState) argument
2999 MountObbAction(ObbState obbState, String key, int callingUid) argument
3097 UnmountObbAction(ObbState obbState, boolean force) argument
[all...]

Completed in 26 milliseconds