Home
last modified time | relevance | path

Searched defs:unmountMedia (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
DIMountService.aidl50 void unmountMedia(String mountPoint); in unmountMedia() method
/frameworks/base/services/java/com/android/server/
DMountService.java156 public void unmountMedia(String mountPath) throws RemoteException { in unmountMedia() method in MountService