Home
last modified time | relevance | path

Searched refs:mounted (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DIPackageManager.aidl344 void updateExternalMediaStatus(boolean mounted, boolean reportStatus); in updateExternalMediaStatus() argument
/frameworks/base/docs/html/guide/appendix/
Dinstall-location.jd67 as the external storage is mounted on the device.</li>
172 before the external storage is mounted to the device. If your application is installed on the
/frameworks/base/services/java/com/android/server/pm/
DPackageManagerService.java5259 final boolean mounted; in handleStartCopy()
5262 mounted = true; in handleStartCopy()
5266 mounted = status.equals(Environment.MEDIA_MOUNTED) in handleStartCopy()
5270 if (mounted) { in handleStartCopy()
6055 boolean mounted = PackageHelper.isContainerMounted(cid); in doPreInstall()
6056 if (!mounted) { in doPreInstall()
6124 boolean mounted = PackageHelper.isContainerMounted(cid); in doPostInstall()
6125 if (!mounted) { in doPostInstall()
6168 boolean mounted = PackageHelper.isContainerMounted(cid); in doPostDeleteLI()
6169 if (mounted) { in doPostDeleteLI()
/frameworks/base/docs/html/guide/topics/data/
Ddata-storage.jd258 media might be mounted to a computer, missing, read-only, or in some other state. For example,
/frameworks/base/docs/html/resources/faq/
Dtroubleshooting.jd285 Make sure you have a mounted SD card," be sure that your target AVD has an
/frameworks/base/docs/html/guide/topics/media/
Dcamera.jd1013 // To be safe, you should check that the SDCard is mounted
/frameworks/base/api/
Dcurrent.txt14658 field public static final java.lang.String MEDIA_MOUNTED = "mounted";
D14.txt14658 field public static final java.lang.String MEDIA_MOUNTED = "mounted";