Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/
DMountService.java1952 final ObbState obbState = new ObbState(rawPath, canonicalPath, callingUid, token, nonce); in mountObb() local
2149 private void addObbStateLocked(ObbState obbState) throws RemoteException { in addObbStateLocked()
2185 private void removeObbStateLocked(ObbState obbState) { in removeObbStateLocked()
2364 ObbAction(ObbState obbState) { in ObbAction()
2431 MountObbAction(ObbState obbState, String key, int callingUid) { in MountObbAction()
2529 UnmountObbAction(ObbState obbState, boolean force) { in UnmountObbAction()