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

/frameworks/base/services/java/com/android/server/
H A DMountService.java1751 final ObbState obbState = new ObbState(filename, callerUid, token, nonce);
1752 final ObbAction action = new MountObbAction(obbState, key);
1766 final ObbState obbState = new ObbState(filename, callerUid, token, nonce);
1767 final ObbAction action = new UnmountObbAction(obbState, force);
1958 private void addObbStateLocked(ObbState obbState) throws RemoteException { argument
1959 final IBinder binder = obbState.getBinder();
1967 if (o.filename.equals(obbState.filename)) {
1974 obbStates.add(obbState);
1976 obbState.link();
1982 obbStates.remove(obbState);
1994 removeObbStateLocked(ObbState obbState) argument
2174 ObbAction(ObbState obbState) argument
2240 MountObbAction(ObbState obbState, String key) argument
2351 UnmountObbAction(ObbState obbState, boolean force) argument
[all...]

Completed in 9 milliseconds