Searched refs:isExternalStorageEmulated (Results 1 – 9 of 9) sorted by relevance
1132 public static boolean isExternalStorageEmulated() { in isExternalStorageEmulated() method in Environment1134 return isExternalStorageEmulated(externalDir); in isExternalStorageEmulated()1152 public static boolean isExternalStorageEmulated(@NonNull File path) { in isExternalStorageEmulated() method in Environment
1042 if (Environment.isExternalStorageEmulated()) { in testManifestInstallLocationSdcard()1065 if (Environment.isExternalStorageEmulated()) { in testManifestInstallLocationReplaceInternalSdcard()1093 if (Environment.isExternalStorageEmulated()) { in testManifestInstallLocationReplaceSdcardInternal()1257 if (Environment.isExternalStorageEmulated()) { in testMoveAppInternalToExternal()1281 if (Environment.isExternalStorageEmulated()) { in testMoveAppFailInternalToExternalDelete()1415 if (Environment.isExternalStorageEmulated()) { in testManifestE()1463 if (Environment.isExternalStorageEmulated()) { in testManifestEExistingI()1552 if (Environment.isExternalStorageEmulated()) { in testExistingIUserE()1616 if (Environment.isExternalStorageEmulated()) { in testUserE()1646 if (Environment.isExternalStorageEmulated()) { in testUserPrefOffUserE()
125 boolean isExternal = Environment.isExternalStorageEmulated(); in addAppsToJson()
2368 if (Environment.isExternalStorageEmulated()) { in getCanonicalUri()
12644 return mMediaMounted || Environment.isExternalStorageEmulated();
11430 HSPLandroid/os/Environment;->isExternalStorageEmulated()Z11431 HSPLandroid/os/Environment;->isExternalStorageEmulated(Ljava/io/File;)Z
21721 method public static boolean isExternalStorageEmulated();21722 method public static boolean isExternalStorageEmulated(java.io.File);
34728 method public static boolean isExternalStorageEmulated();34729 method public static boolean isExternalStorageEmulated(@NonNull java.io.File);
34872 method public static boolean isExternalStorageEmulated();34873 method public static boolean isExternalStorageEmulated(@NonNull java.io.File);