Searched refs:ObbState (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/ |
D | StorageManagerService.java | 588 final private Map<IBinder, List<ObbState>> mObbMounts = new HashMap<IBinder, List<ObbState>>(); 591 final private Map<String, ObbState> mObbPathToStateMap = new HashMap<String, ObbState>(); 611 class ObbState implements IBinder.DeathRecipient { class in StorageManagerService 612 public ObbState(String rawPath, String canonicalPath, int callingUid, in ObbState() method in StorageManagerService.ObbState 3111 final ObbState state; in getMountedObbPath() 3140 final ObbState obbState = new ObbState(rawPath, canonicalPath, in mountObb() 3153 final ObbState existingState; in unmountObb() 3161 final ObbState newState = new ObbState(rawPath, existingState.canonicalPath, in unmountObb() 4213 private void addObbStateLocked(ObbState obbState) throws RemoteException { in addObbStateLocked() 4215 List<ObbState> obbStates = mObbMounts.get(binder); in addObbStateLocked() [all …]
|