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

/frameworks/base/core/java/android/os/
H A DEnvironment.java623 public static boolean isExternalStorageEmulated() { method in class:Environment
/frameworks/base/core/java/android/os/storage/
H A DIMountService.java581 public boolean isExternalStorageEmulated() throws RemoteException { method in class:IMountService.Stub.Proxy
1092 boolean emulated = isExternalStorageEmulated();
1321 public boolean isExternalStorageEmulated() throws RemoteException; method in interface:IMountService
/frameworks/base/services/java/com/android/server/
H A DMountService.java1215 int index = isExternalStorageEmulated() ? 1 : 0;
1512 public boolean isExternalStorageEmulated() { method in class:MountService
2579 if (!Environment.isExternalStorageEmulated()) {

Completed in 342 milliseconds