Home
last modified time | relevance | path

Searched defs:isExternalStorageEmulated (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/os/
DEnvironment.java864 public static boolean isExternalStorageEmulated() { in isExternalStorageEmulated() method in Environment
885 public static boolean isExternalStorageEmulated(File path) { in isExternalStorageEmulated() method in Environment
/frameworks/base/core/java/android/os/storage/
DIMountService.java583 public boolean isExternalStorageEmulated() throws RemoteException { in isExternalStorageEmulated() method in IMountService.Stub.Proxy
2322 public boolean isExternalStorageEmulated() throws RemoteException; in isExternalStorageEmulated() method
/frameworks/base/services/core/java/com/android/server/
DMountService.java1716 public boolean isExternalStorageEmulated() { in isExternalStorageEmulated() method in MountService