Home
last modified time | relevance | path

Searched defs:bytesDownloaded (Results 1 – 25 of 84) sorted by relevance

1234

/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/hls/src/test/java/com/google/android/exoplayer2/source/hls/offline/
H A DHlsDownloaderTest.java241 private long bytesDownloaded; field in HlsDownloaderTest.ProgressListener
244 public void onProgress(long contentLength, long bytesDownloaded, float percentDownloaded) { in onProgress()
248 public void assertBytesDownloaded(long bytesDownloaded) { in assertBytesDownloaded()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/hls/src/test/java/com/google/android/exoplayer2/source/hls/offline/
H A DHlsDownloaderTest.java241 private long bytesDownloaded; field in HlsDownloaderTest.ProgressListener
244 public void onProgress(long contentLength, long bytesDownloaded, float percentDownloaded) { in onProgress()
248 public void assertBytesDownloaded(long bytesDownloaded) { in assertBytesDownloaded()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/offline/
H A DDashDownloaderTest.java356 private long bytesDownloaded; field in DashDownloaderTest.ProgressListener
359 public void onProgress(long contentLength, long bytesDownloaded, float percentDownloaded) { in onProgress()
363 public void assertBytesDownloaded(long bytesDownloaded) { in assertBytesDownloaded()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/offline/
H A DDashDownloaderTest.java356 private long bytesDownloaded; field in DashDownloaderTest.ProgressListener
359 public void onProgress(long contentLength, long bytesDownloaded, float percentDownloaded) { in onProgress()
363 public void assertBytesDownloaded(long bytesDownloaded) { in assertBytesDownloaded()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/offline/
H A DProgressiveDownloaderTest.java131 public long bytesDownloaded; field in ProgressiveDownloaderTest.TestProgressListener
134 public void onProgress(long contentLength, long bytesDownloaded, float percentDownloaded) { in onProgress()
H A DDownloadManagerTest.java892 private final AtomicInteger bytesDownloaded; field in DownloadManagerTest.FakeDownloader
922 int bytesDownloaded = this.bytesDownloaded.get(); in download() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/test/java/com/google/android/exoplayer2/offline/
H A DProgressiveDownloaderTest.java132 public long bytesDownloaded; field in ProgressiveDownloaderTest.TestProgressListener
135 public void onProgress(long contentLength, long bytesDownloaded, float percentDownloaded) { in onProgress()
H A DDownloadManagerTest.java892 private final AtomicInteger bytesDownloaded; field in DownloadManagerTest.FakeDownloader
922 int bytesDownloaded = this.bytesDownloaded.get(); in download() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/offline/
H A DDownloadProgress.java24 public volatile long bytesDownloaded; field in DownloadProgress
H A DDownloader.java42 void onProgress(long contentLength, long bytesDownloaded, float percentDownloaded); in onProgress()
H A DSegmentDownloader.java151 long bytesDownloaded = 0; in download() local
H A DDownloadManager.java1377 public void onProgress(long contentLength, long bytesDownloaded, float percentDownloaded) { in onProgress()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/offline/
H A DDownloadProgress.java24 public volatile long bytesDownloaded; field in DownloadProgress
H A DDownloader.java42 void onProgress(long contentLength, long bytesDownloaded, float percentDownloaded); in onProgress()
H A DSegmentDownloader.java151 long bytesDownloaded = 0; in download() local
H A DDownloadManager.java1376 public void onProgress(long contentLength, long bytesDownloaded, float percentDownloaded) { in onProgress()
/aosp_15_r20/frameworks/base/packages/NeuralNetworks/framework/platform/java/android/app/ondeviceintelligence/
H A DIDownloadCallback.aidl28 void onDownloadProgress(long bytesDownloaded) = 2; in onDownloadProgress()
/aosp_15_r20/frameworks/base/packages/NeuralNetworks/framework/module/java/android/app/ondeviceintelligence/
H A DIDownloadCallback.aidl28 void onDownloadProgress(long bytesDownloaded) = 2; in onDownloadProgress()
/aosp_15_r20/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/common/
DNetworkStats.java46 public void addBytesDownloaded(long bytesDownloaded) { in addBytesDownloaded()
/aosp_15_r20/frameworks/base/packages/NeuralNetworks/service/module/java/com/android/server/ondeviceintelligence/callbacks/
H A DListenableDownloadCallback.java71 public void onDownloadProgress(long bytesDownloaded) throws RemoteException { in onDownloadProgress()
/aosp_15_r20/frameworks/base/packages/NeuralNetworks/service/platform/java/com/android/server/ondeviceintelligence/callbacks/
H A DListenableDownloadCallback.java69 public void onDownloadProgress(long bytesDownloaded) throws RemoteException { in onDownloadProgress()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/
H A DDownloadBuilder.java168 public DownloadBuilder setBytesDownloaded(long bytesDownloaded) { in setBytesDownloaded()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/
H A DDownloadBuilder.java152 public DownloadBuilder setBytesDownloaded(long bytesDownloaded) { in setBytesDownloaded()
/aosp_15_r20/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/statsd/
DTrainingEventReported.java72 long bytesDownloaded, in TrainingEventReported()
/aosp_15_r20/out/soong/.intermediates/packages/modules/NeuralNetworks/framework/framework-ondeviceintelligence-platform.impl/android_common/combined/
Dframework-ondeviceintelligence-platform.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/app/ android/ ...

1234