Searched refs:ObbState (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/ |
D | StorageManagerService.java | 492 final private Map<IBinder, List<ObbState>> mObbMounts = new HashMap<IBinder, List<ObbState>>(); 495 final private Map<String, ObbState> mObbPathToStateMap = new HashMap<String, ObbState>(); 501 class ObbState implements IBinder.DeathRecipient { class in StorageManagerService 502 public ObbState(String rawPath, String canonicalPath, int callingUid, in ObbState() method in StorageManagerService.ObbState 2368 final ObbState state; in getMountedObbPath() 2397 final ObbState obbState = new ObbState(rawPath, canonicalPath, in mountObb() 2410 final ObbState existingState; in unmountObb() 2418 final ObbState newState = new ObbState(rawPath, existingState.canonicalPath, in unmountObb() 3300 private void addObbStateLocked(ObbState obbState) throws RemoteException { in addObbStateLocked() 3302 List<ObbState> obbStates = mObbMounts.get(binder); in addObbStateLocked() [all …]
|