Searched refs:getPrimaryVolume (Results 1 – 3 of 3) sorted by relevance
74 private static StorageVolume getPrimaryVolume() { in getPrimaryVolume() method in Environment86 sPrimaryVolume = StorageManager.getPrimaryVolume(volumes); in getPrimaryVolume()736 final StorageVolume primary = getPrimaryVolume(); in isExternalStorageRemovable()754 final StorageVolume primary = getPrimaryVolume(); in isExternalStorageEmulated()
602 public StorageVolume getPrimaryVolume() { in getPrimaryVolume() method in StorageManager603 return getPrimaryVolume(getVolumeList()); in getPrimaryVolume()607 public static StorageVolume getPrimaryVolume(StorageVolume[] volumes) { in getPrimaryVolume() method in StorageManager
204 final StorageVolume primary = storageManager.getPrimaryVolume(); in systemReady()