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

/frameworks/base/services/java/com/android/server/
H A DMountService.java1916 final ObbState obbState = new ObbState(rawPath, canonicalPath, callingUid, token, nonce);
1917 final ObbAction action = new MountObbAction(obbState, key, callingUid);
2113 private void addObbStateLocked(ObbState obbState) throws RemoteException { argument
2114 final IBinder binder = obbState.getBinder();
2122 if (o.rawPath.equals(obbState.rawPath)) {
2129 obbStates.add(obbState);
2131 obbState.link();
2137 obbStates.remove(obbState);
2146 mObbPathToStateMap.put(obbState.rawPath, obbState);
2149 removeObbStateLocked(ObbState obbState) argument
2328 ObbAction(ObbState obbState) argument
2395 MountObbAction(ObbState obbState, String key, int callingUid) argument
2493 UnmountObbAction(ObbState obbState, boolean force) argument
[all...]

Completed in 222 milliseconds