Searched refs:FLAG_INCLUDE_INVISIBLE (Results 1 – 3 of 3) sorted by relevance
259 public static final int FLAG_INCLUDE_INVISIBLE = 1 << 10; field in StorageManager1201 getVolumeList(mContext.getUserId(), FLAG_REAL_STATE | FLAG_INCLUDE_INVISIBLE)); in getStorageVolumes()1212 return getVolumeList(mContext.getUserId(), FLAG_REAL_STATE | FLAG_INCLUDE_INVISIBLE)[0]; in getPrimaryStorageVolume()
3038 final boolean includeInvisible = (flags & StorageManager.FLAG_INCLUDE_INVISIBLE) != 0; in getVolumeList()
52777 Landroid/os/storage/StorageManager;->FLAG_INCLUDE_INVISIBLE:I