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.java106 private final String mFsUuid; field in StorageVolume
153 mFsUuid = fsUuid; in StorageVolume()
173 mFsUuid = in.readString8(); in StorageVolume()
324 return mFsUuid; in getUuid()
352 return normalizeUuid(mFsUuid); in getNormalizedUuid()
362 if (mFsUuid == null || mFsUuid.length() != 9) { in getFatVolumeId()
366 return (int) Long.parseLong(mFsUuid.replace("-", ""), 16); in getFatVolumeId()
458 : mFsUuid; in createOpenDocumentTreeIntent()
484 if (mFsUuid != null) { in toString()
485 buffer.append(" (").append(mFsUuid).append(")"); in toString()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt42317 Landroid/os/storage/StorageVolume;->mFsUuid:Ljava/lang/String;