Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/storage/
DStorageVolume.java101 private final String mFsUuid; field in StorageVolume
147 mFsUuid = fsUuid; in StorageVolume()
162 mFsUuid = in.readString8(); in StorageVolume()
294 return mFsUuid; in getUuid()
322 return normalizeUuid(mFsUuid); in getNormalizedUuid()
332 if (mFsUuid == null || mFsUuid.length() != 9) { in getFatVolumeId()
336 return (int) Long.parseLong(mFsUuid.replace("-", ""), 16); in getFatVolumeId()
428 : mFsUuid; in createOpenDocumentTreeIntent()
454 if (mFsUuid != null) { in toString()
455 buffer.append(" (").append(mFsUuid).append(")"); in toString()
[all …]