Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java2397 final ObbState obbState = new ObbState(rawPath, canonicalPath, in mountObb() local
3300 private void addObbStateLocked(ObbState obbState) throws RemoteException { in addObbStateLocked()
3336 private void removeObbStateLocked(ObbState obbState) { in removeObbStateLocked()
3431 ObbAction(ObbState obbState) { in ObbAction()
3470 MountObbAction(ObbState obbState, String key, int callingUid, ObbInfo obbInfo) { in MountObbAction()
3546 UnmountObbAction(ObbState obbState, boolean force) { in UnmountObbAction()