Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java3026 final ObbState obbState = new ObbState(rawPath, canonicalPath, in mountObb() local
4066 private void addObbStateLocked(ObbState obbState) throws RemoteException { in addObbStateLocked()
4102 private void removeObbStateLocked(ObbState obbState) { in removeObbStateLocked()
4197 ObbAction(ObbState obbState) { in ObbAction()
4235 MountObbAction(ObbState obbState, int callingUid, ObbInfo obbInfo) { in MountObbAction()
4289 UnmountObbAction(ObbState obbState, boolean force) { in UnmountObbAction()