Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/storage/
DVolumeInfo.java329 public StorageVolume buildStorageVolume(Context context, int userId, boolean reportUnmounted) { in buildStorageVolume() argument
335 final String envState = reportUnmounted in buildStorageVolume()
/frameworks/base/services/core/java/com/android/server/
DMountService.java2631 final boolean reportUnmounted; in getVolumeList()
2634 reportUnmounted = !mMountServiceInternal.hasExternalStorage( in getVolumeList()
2645 reportUnmounted); in getVolumeList()