Home
last modified time | relevance | path

Searched refs:TYPE_PUBLIC (Results 1 – 12 of 12) 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) && mountUserId == userId) { in isVisibleForUser()
336 } else if (type == TYPE_PUBLIC || type == TYPE_STUB) { in getPathForUser()
353 } else if (type == TYPE_PUBLIC || type == TYPE_STUB) { in getInternalPathForUser()
399 } else if (type == TYPE_PUBLIC || type == TYPE_STUB) { in buildStorageVolume()
456 if ((type == VolumeInfo.TYPE_PUBLIC || type == VolumeInfo.TYPE_STUB) in buildBrowseIntentForUser()
DStorageManager.java824 && 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/cmds/sm/src/com/android/commands/sm/
DSm.java125 filterType = VolumeInfo.TYPE_PUBLIC; in runListVolumes()
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DExternalStorageProvider.java190 } else if ((volume.getType() == VolumeInfo.TYPE_PUBLIC in updateVolumesLocked()
242 if (volume.getType() == VolumeInfo.TYPE_PUBLIC) { in updateVolumesLocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java277 case VolumeInfo.TYPE_PUBLIC: in onVolumeStateChangedInternal()
666 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.java123 case VolumeInfo.TYPE_PUBLIC: in StorageStatsService()
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java1274 } else if (vol.type == VolumeInfo.TYPE_PUBLIC) { in onVolumeCreatedLocked()
1306 case VolumeInfo.TYPE_PUBLIC: in isBroadcastWorthy()
1386 if ((vol.type == VolumeInfo.TYPE_PUBLIC || vol.type == VolumeInfo.TYPE_STUB) in onVolumeStateChangedLocked()
1469 if (vol.type == VolumeInfo.TYPE_PUBLIC || vol.type == VolumeInfo.TYPE_PRIVATE in isMountDisallowed()
3042 case VolumeInfo.TYPE_PUBLIC: in getVolumeList()
/frameworks/base/services/core/java/com/android/server/stats/
DStatsCompanionService.java24 import static android.os.storage.VolumeInfo.TYPE_PUBLIC;
2162 if (vol.getType() == TYPE_PUBLIC) { in pullExternalStorageInfo()
/frameworks/base/cmds/statsd/src/
Datoms.proto3465 // Type of the volume: TYPE_PUBLIC if portable and TYPE_PRIVATE if internal.