Home
last modified time | relevance | path

Searched refs:mFsUuid (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/storage/
DStorageVolume.java105 private final String mFsUuid; field in StorageVolume
154 mFsUuid = fsUuid; in StorageVolume()
175 mFsUuid = in.readString8(); in StorageVolume()
334 return mFsUuid; in getUuid()
362 return normalizeUuid(mFsUuid); in getNormalizedUuid()
372 if (mFsUuid == null || mFsUuid.length() != 9) { in getFatVolumeId()
376 return (int) Long.parseLong(mFsUuid.replace("-", ""), 16); in getFatVolumeId()
468 : mFsUuid; in createOpenDocumentTreeIntent()
494 if (mFsUuid != null) { in toString()
495 buffer.append(" (").append(mFsUuid).append(")"); in toString()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt38351 Landroid/os/storage/StorageVolume;->mFsUuid:Ljava/lang/String;