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.java3140 final ObbState obbState = new ObbState(rawPath, canonicalPath, in mountObb() local
4213 private void addObbStateLocked(ObbState obbState) throws RemoteException { in addObbStateLocked()
4249 private void removeObbStateLocked(ObbState obbState) { in removeObbStateLocked()
4344 ObbAction(ObbState obbState) { in ObbAction()
4382 MountObbAction(ObbState obbState, int callingUid, ObbInfo obbInfo) { in MountObbAction()
4436 UnmountObbAction(ObbState obbState, boolean force) { in UnmountObbAction()