Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/storage/
DVolumeInfo.java84 public static final int TYPE_PUBLIC = IVold.VOLUME_TYPE_PUBLIC; field in VolumeInfo
312 return isPrimary() && (getType() == TYPE_PUBLIC); in isPrimaryPhysical()
321 if ((type == TYPE_PUBLIC || type == TYPE_STUB || type == TYPE_EMULATED) in isVisibleForUser()
360 } else if (type == TYPE_PUBLIC || type == TYPE_STUB) { in getPathForUser()
377 } else if (type == TYPE_PUBLIC || type == TYPE_STUB) { in getInternalPathForUser()
427 } else if (type == TYPE_PUBLIC || type == TYPE_STUB) { in buildStorageVolume()
484 if ((type == VolumeInfo.TYPE_PUBLIC || type == VolumeInfo.TYPE_STUB) in buildBrowseIntentForUser()
DStorageManager.java926 && vol.type != VolumeInfo.TYPE_PUBLIC && vol.type != VolumeInfo.TYPE_STUB) { in getUuidForPath()
/frameworks/base/services/core/java/com/android/server/
DDynamicSystemService.java94 if (volume.getType() != volume.TYPE_PUBLIC) { in startInstallation()
DStorageManagerService.java1571 } else if (vol.type == VolumeInfo.TYPE_PUBLIC) { in onVolumeCreatedLocked()
1606 case VolumeInfo.TYPE_PUBLIC: in isBroadcastWorthy()
1752 if ((vol.type == VolumeInfo.TYPE_PUBLIC || vol.type == VolumeInfo.TYPE_STUB) in onVolumeStateChangedAsync()
1836 if (vol.type == VolumeInfo.TYPE_PUBLIC || vol.type == VolumeInfo.TYPE_PRIVATE in isMountDisallowed()
3753 case VolumeInfo.TYPE_PUBLIC: in getVolumeList()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/
DStorageMeasurement.java155 if (mVolume.getType() == VolumeInfo.TYPE_PUBLIC in measureExactStorage()
/frameworks/base/core/tests/coretests/src/android/app/
DApplicationPackageManagerTest.java58 VolumeInfo.TYPE_PUBLIC, null /*DiskInfo*/, null /*partGuid*/);
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DExternalStorageProvider.java202 } else if (volume.getType() == VolumeInfo.TYPE_PUBLIC in updateVolumesLocked()
251 if (volume.getType() == VolumeInfo.TYPE_PUBLIC) { in updateVolumesLocked()
/frameworks/base/cmds/sm/src/com/android/commands/sm/
DSm.java132 filterType = VolumeInfo.TYPE_PUBLIC; in runListVolumes()
/frameworks/base/services/core/java/com/android/server/storage/
DStorageSessionController.java468 || (vol.type == VolumeInfo.TYPE_PUBLIC && vol.isVisible()); in isEmulatedOrPublic()
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java282 case VolumeInfo.TYPE_PUBLIC: in onVolumeStateChangedInternal()
718 case VolumeInfo.TYPE_PUBLIC: in buildVolumeSettingsPendingIntent()
/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageHelperTests.java70 VolumeInfo.TYPE_PUBLIC, null /*DiskInfo*/, null /*partGuid*/); in createStorageManagerMock()
/frameworks/base/services/usage/java/com/android/server/usage/
DStorageStatsService.java146 case VolumeInfo.TYPE_PUBLIC: in StorageStatsService()
/frameworks/base/services/core/java/com/android/server/stats/pull/
DStatsPullAtomService.java46 import static android.os.storage.VolumeInfo.TYPE_PUBLIC;
3439 if (vol.getType() == TYPE_PUBLIC) {
/frameworks/proto_logging/stats/
Datoms.proto5178 // Type of the volume: TYPE_PUBLIC if portable and TYPE_PRIVATE if internal.