Searched refs:getProcessesWithPendingBindMounts (Results 1 – 4 of 4) sorted by relevance
241 public abstract Map<Integer, String> getProcessesWithPendingBindMounts(int userId); in getProcessesWithPendingBindMounts() method in ActivityManagerInternal
1757 .getProcessesWithPendingBindMounts(vol.getMountUserId()); in onVolumeStateChangedLocked()
1021 Map<Integer, String> getProcessesWithPendingBindMounts(int userId) { in getProcessesWithPendingBindMounts() method in ProcessList
16822 public Map<Integer, String> getProcessesWithPendingBindMounts(int userId) { in getProcessesWithPendingBindMounts() method in ActivityManagerService.LocalService16823 return mProcessList.getProcessesWithPendingBindMounts(userId); in getProcessesWithPendingBindMounts()