Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DApplicationsState.java892 if (entry.icon == null || !entry.mounted) { in handleMessage()
1136 public boolean mounted; field in ApplicationsState.AppEntry
1181 if (this.label == null || !this.mounted) { in ensureLabel()
1183 this.mounted = false; in ensureLabel()
1186 this.mounted = true; in ensureLabel()
1199 this.mounted = false; in ensureIconLocked()
1203 } else if (!this.mounted) { in ensureIconLocked()
1207 this.mounted = true; in ensureIconLocked()
/frameworks/base/docs/html/guide/topics/data/
Dinstall-location.jd68 as the external storage is mounted on the device.</li>
166 before the external storage is mounted to the device. If your application is installed on the
Ddata-storage.jd294 media might be mounted to a computer, missing, read-only, or in some other state. For example,
/frameworks/base/core/java/android/content/pm/
DIPackageManager.aidl498 void updateExternalMediaStatus(boolean mounted, boolean reportStatus); in updateExternalMediaStatus() argument
/frameworks/base/docs/html/training/displaying-bitmaps/
Dcache-bitmap.jd279 // but if not mounted, falls back on internal storage.
281 // Check if media is mounted or storage is built-in, if so, try and use external cache dir
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java12662 boolean mounted = false; in handleStartCopy()
12665 mounted = (Environment.MEDIA_MOUNTED.equals(status) in handleStartCopy()
12670 if (mounted) { in handleStartCopy()
13767 boolean mounted = PackageHelper.isContainerMounted(cid); in doPreInstall()
13768 if (!mounted) { in doPreInstall()
13883 boolean mounted = PackageHelper.isContainerMounted(cid); in doPostInstall()
13884 if (!mounted) { in doPostInstall()
13928 boolean mounted = PackageHelper.isContainerMounted(cid); in doPostDeleteLI()
13929 if (mounted) { in doPostDeleteLI()
13932 mounted = false; in doPostDeleteLI()
[all …]
/frameworks/base/docs/html/training/basics/data-storage/
Dfiles.jd218 <p>Because the external storage may be unavailable&mdash;such as when the user has mounted the
/frameworks/base/docs/html/google/play/
Dexpansion-files.jd568 <li>Verifies that the shared storage is mounted and available, that the files don't already exist,
962 storage is available for reading. There's a chance that the user has the storage mounted to a
/frameworks/base/docs/html/guide/topics/media/
Dcamera.jd872 // To be safe, you should check that the SDCard is mounted
/frameworks/base/docs/html/about/versions/
Djelly-bean.jd527 <p>The <code>/system</code> partition is now mounted <code>nosuid</code> for
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt21737 field public static final java.lang.String MEDIA_MOUNTED = "mounted";
/frameworks/base/api/
Dcurrent.txt28653 field public static final java.lang.String MEDIA_MOUNTED = "mounted";
Dsystem-current.txt31143 field public static final java.lang.String MEDIA_MOUNTED = "mounted";
Dtest-current.txt28727 field public static final java.lang.String MEDIA_MOUNTED = "mounted";