Searched refs:pidPkgMap (Results 1 – 1 of 1) sorted by relevance
1582 Map<Integer, String> pidPkgMap = null; in onVolumeStateChangedLocked() local1588 pidPkgMap = LocalServices.getService(ActivityManagerInternal.class) in onVolumeStateChangedLocked()1597 if (pidPkgMap != null) { in onVolumeStateChangedLocked()1598 remountAppStorageDirs(pidPkgMap, userId); in onVolumeStateChangedLocked()2221 private void remountAppStorageDirs(Map<Integer, String> pidPkgMap, int userId) { in remountAppStorageDirs() argument2222 for (Entry<Integer, String> entry : pidPkgMap.entrySet()) { in remountAppStorageDirs()