Searched refs:mounted (Results 1 – 8 of 8) sorted by relevance
344 void updateExternalMediaStatus(boolean mounted, boolean reportStatus); in updateExternalMediaStatus() argument
67 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
5259 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()
258 media might be mounted to a computer, missing, read-only, or in some other state. For example,
285 Make sure you have a mounted SD card," be sure that your target AVD has an
1013 // To be safe, you should check that the SDCard is mounted
14658 field public static final java.lang.String MEDIA_MOUNTED = "mounted";