Searched refs:pidPkgMap (Results 1 – 1 of 1) sorted by relevance
1703 Map<Integer, String> pidPkgMap = null; in onVolumeStateChangedLocked() local1709 pidPkgMap = LocalServices.getService(ActivityManagerInternal.class) in onVolumeStateChangedLocked()1718 if (pidPkgMap != null) { in onVolumeStateChangedLocked()1719 remountAppStorageDirs(pidPkgMap, userId); in onVolumeStateChangedLocked()2335 private void remountAppStorageDirs(Map<Integer, String> pidPkgMap, int userId) { in remountAppStorageDirs() argument2336 for (Entry<Integer, String> entry : pidPkgMap.entrySet()) { in remountAppStorageDirs()