Searched refs:BytesLong (Results 1 – 5 of 5) sorted by relevance
19 import android.annotation.BytesLong;45 public @BytesLong long getTotalBytes() { in getTotalBytes()57 public @BytesLong long getAudioBytes() { in getAudioBytes()69 public @BytesLong long getVideoBytes() { in getVideoBytes()81 public @BytesLong long getImageBytes() { in getImageBytes()95 public @BytesLong long getAppBytes() { in getAppBytes()
19 import android.annotation.BytesLong;45 public @BytesLong long getAppBytes() { in getAppBytes()68 public @BytesLong long getDataBytes() { in getDataBytes()82 public @BytesLong long getCacheBytes() { in getCacheBytes()
21 import android.annotation.BytesLong;97 public @BytesLong long getTotalBytes(@NonNull UUID storageUuid) throws IOException { in getTotalBytes()130 public @BytesLong long getFreeBytes(@NonNull UUID storageUuid) throws IOException { in getFreeBytes()148 public @BytesLong long getCacheBytes(@NonNull UUID storageUuid) throws IOException { in getCacheBytes()
35 public @interface BytesLong { annotation
22 import android.annotation.BytesLong;1542 public @BytesLong long getCacheQuotaBytes(@NonNull UUID storageUuid) throws IOException { in getCacheQuotaBytes()1583 public @BytesLong long getCacheSizeBytes(@NonNull UUID storageUuid) throws IOException { in getCacheSizeBytes()1702 public @BytesLong long getAllocatableBytes(@NonNull UUID storageUuid) in getAllocatableBytes()1759 public void allocateBytes(@NonNull UUID storageUuid, @BytesLong long bytes) in allocateBytes()1768 public void allocateBytes(@NonNull UUID storageUuid, @BytesLong long bytes, in allocateBytes()1783 public void allocateBytes(@NonNull File path, @BytesLong long bytes, in allocateBytes()1818 public void allocateBytes(FileDescriptor fd, @BytesLong long bytes) throws IOException { in allocateBytes()1826 public void allocateBytes(FileDescriptor fd, @BytesLong long bytes, in allocateBytes()