Searched refs:mounted (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/ |
D | ApplicationsState.java | 892 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/ |
D | install-location.jd | 68 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
|
D | data-storage.jd | 294 media might be mounted to a computer, missing, read-only, or in some other state. For example,
|
/frameworks/base/core/java/android/content/pm/ |
D | IPackageManager.aidl | 498 void updateExternalMediaStatus(boolean mounted, boolean reportStatus); in updateExternalMediaStatus() argument
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
D | cache-bitmap.jd | 279 // 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/ |
D | PackageManagerService.java | 12662 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/ |
D | files.jd | 218 <p>Because the external storage may be unavailable—such as when the user has mounted the
|
/frameworks/base/docs/html/google/play/ |
D | expansion-files.jd | 568 <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/ |
D | camera.jd | 872 // To be safe, you should check that the SDCard is mounted
|
/frameworks/base/docs/html/about/versions/ |
D | jelly-bean.jd | 527 <p>The <code>/system</code> partition is now mounted <code>nosuid</code> for
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 21737 field public static final java.lang.String MEDIA_MOUNTED = "mounted";
|
/frameworks/base/api/ |
D | current.txt | 28653 field public static final java.lang.String MEDIA_MOUNTED = "mounted";
|
D | system-current.txt | 31143 field public static final java.lang.String MEDIA_MOUNTED = "mounted";
|
D | test-current.txt | 28727 field public static final java.lang.String MEDIA_MOUNTED = "mounted";
|