Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/storage/
DVolumeInfo.java82 public static final int TYPE_PUBLIC = IVold.VOLUME_TYPE_PUBLIC; field in VolumeInfo
295 return isPrimary() && (getType() == TYPE_PUBLIC); in isPrimaryPhysical()
304 if ((type == TYPE_PUBLIC || type == TYPE_STUB || type == TYPE_EMULATED) in isVisibleForUser()
343 } else if (type == TYPE_PUBLIC || type == TYPE_STUB) { in getPathForUser()
360 } else if (type == TYPE_PUBLIC || type == TYPE_STUB) { in getInternalPathForUser()
406 } else if (type == TYPE_PUBLIC || type == TYPE_STUB) { in buildStorageVolume()
463 if ((type == VolumeInfo.TYPE_PUBLIC || type == VolumeInfo.TYPE_STUB) in buildBrowseIntentForUser()
DStorageManager.java907 && vol.type != VolumeInfo.TYPE_PUBLIC && vol.type != VolumeInfo.TYPE_STUB) { in getUuidForPath()
/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/services/core/java/com/android/server/storage/
DStorageSessionController.java345 return vol.type == VolumeInfo.TYPE_EMULATED || vol.type == VolumeInfo.TYPE_PUBLIC; in isEmulatedOrPublic()
/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.java129 filterType = VolumeInfo.TYPE_PUBLIC; in runListVolumes()
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java282 case VolumeInfo.TYPE_PUBLIC: in onVolumeStateChangedInternal()
712 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.java145 case VolumeInfo.TYPE_PUBLIC: in StorageStatsService()
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java1517 } else if (vol.type == VolumeInfo.TYPE_PUBLIC) { in onVolumeCreatedLocked()
1549 case VolumeInfo.TYPE_PUBLIC: in isBroadcastWorthy()
1684 if ((vol.type == VolumeInfo.TYPE_PUBLIC || vol.type == VolumeInfo.TYPE_STUB) in onVolumeStateChangedAsync()
1768 if (vol.type == VolumeInfo.TYPE_PUBLIC || vol.type == VolumeInfo.TYPE_PRIVATE in isMountDisallowed()
3625 case VolumeInfo.TYPE_PUBLIC: in getVolumeList()
/frameworks/base/services/core/java/com/android/server/stats/pull/
DStatsPullAtomService.java36 import static android.os.storage.VolumeInfo.TYPE_PUBLIC;
3231 if (vol.getType() == TYPE_PUBLIC) {
/frameworks/base/cmds/statsd/src/
Datoms.proto4324 // Type of the volume: TYPE_PUBLIC if portable and TYPE_PRIVATE if internal.