Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DApplicationsState.java886 if (entry.icon == null || !entry.mounted) { in handleMessage()
1130 public boolean mounted; field in ApplicationsState.AppEntry
1170 if (this.label == null || !this.mounted) { in ensureLabel()
1172 this.mounted = false; in ensureLabel()
1175 this.mounted = true; in ensureLabel()
1188 this.mounted = false; in ensureIconLocked()
1192 } else if (!this.mounted) { in ensureIconLocked()
1196 this.mounted = true; in ensureIconLocked()
/frameworks/base/docs/html/ndk/reference/
Dgroup___storage.jd160 <p>The OBB container is now mounted and ready for use. Can be returned as the status for callbacks …
169 <p>The OBB could not be mounted by the system. Can be returned as the status for callbacks made dur…
175 <p>A call was made to unmount the OBB when it was not mounted. Can be returned as the status for ca…
178 <p>The OBB has already been mounted. Can be returned as the status for callbacks made during asynch…
313 <p>Get the mounted path for an OBB. </p>
340 <p>Check whether an OBB is mounted. </p>
/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.jd283 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.java12533 boolean mounted = false;
12536 mounted = (Environment.MEDIA_MOUNTED.equals(status)
12541 if (mounted) {
13638 boolean mounted = PackageHelper.isContainerMounted(cid);
13639 if (!mounted) {
13754 boolean mounted = PackageHelper.isContainerMounted(cid);
13755 if (!mounted) {
13799 boolean mounted = PackageHelper.isContainerMounted(cid);
13800 if (mounted) {
13803 mounted = false;
[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.jd1046 // 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.txt28552 field public static final java.lang.String MEDIA_MOUNTED = "mounted";
Dsystem-current.txt30993 field public static final java.lang.String MEDIA_MOUNTED = "mounted";
Dtest-current.txt28621 field public static final java.lang.String MEDIA_MOUNTED = "mounted";