Searched refs:BytesLong (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/app/usage/
H A DExternalStorageStats.java19 import android.annotation.BytesLong;
45 public @BytesLong long getTotalBytes() {
57 public @BytesLong long getAudioBytes() {
69 public @BytesLong long getVideoBytes() {
81 public @BytesLong long getImageBytes() {
95 public @BytesLong long getAppBytes() {
H A DStorageStats.java19 import android.annotation.BytesLong;
45 public @BytesLong long getAppBytes() {
68 public @BytesLong long getDataBytes() {
82 public @BytesLong long getCacheBytes() {
H A DStorageStatsManager.java21 import android.annotation.BytesLong;
97 public @BytesLong long getTotalBytes(@NonNull UUID storageUuid) throws IOException {
130 public @BytesLong long getFreeBytes(@NonNull UUID storageUuid) throws IOException {
148 public @BytesLong long getCacheBytes(@NonNull UUID storageUuid) throws IOException {
/frameworks/base/core/java/android/annotation/
H A DBytesLong.java35 public @interface BytesLong { interface
/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java22 import android.annotation.BytesLong;
1542 public @BytesLong long getCacheQuotaBytes(@NonNull UUID storageUuid) throws IOException {
1583 public @BytesLong long getCacheSizeBytes(@NonNull UUID storageUuid) throws IOException {
1702 public @BytesLong long getAllocatableBytes(@NonNull UUID storageUuid)
1759 public void allocateBytes(@NonNull UUID storageUuid, @BytesLong long bytes)
1768 public void allocateBytes(@NonNull UUID storageUuid, @BytesLong long bytes,
1783 public void allocateBytes(@NonNull File path, @BytesLong long bytes,
1818 public void allocateBytes(FileDescriptor fd, @BytesLong long bytes) throws IOException {
1826 public void allocateBytes(FileDescriptor fd, @BytesLong long bytes,

Completed in 260 milliseconds