/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/hls/src/test/java/com/google/android/exoplayer2/source/hls/offline/ |
H A D | HlsDownloaderTest.java | 241 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 D | HlsDownloaderTest.java | 241 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 D | DashDownloaderTest.java | 356 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 D | DashDownloaderTest.java | 356 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 D | ProgressiveDownloaderTest.java | 131 public long bytesDownloaded; field in ProgressiveDownloaderTest.TestProgressListener 134 public void onProgress(long contentLength, long bytesDownloaded, float percentDownloaded) { in onProgress()
|
H A D | DownloadManagerTest.java | 892 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 D | ProgressiveDownloaderTest.java | 132 public long bytesDownloaded; field in ProgressiveDownloaderTest.TestProgressListener 135 public void onProgress(long contentLength, long bytesDownloaded, float percentDownloaded) { in onProgress()
|
H A D | DownloadManagerTest.java | 892 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 D | DownloadProgress.java | 24 public volatile long bytesDownloaded; field in DownloadProgress
|
H A D | Downloader.java | 42 void onProgress(long contentLength, long bytesDownloaded, float percentDownloaded); in onProgress()
|
H A D | SegmentDownloader.java | 151 long bytesDownloaded = 0; in download() local
|
H A D | DownloadManager.java | 1377 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 D | DownloadProgress.java | 24 public volatile long bytesDownloaded; field in DownloadProgress
|
H A D | Downloader.java | 42 void onProgress(long contentLength, long bytesDownloaded, float percentDownloaded); in onProgress()
|
H A D | SegmentDownloader.java | 151 long bytesDownloaded = 0; in download() local
|
H A D | DownloadManager.java | 1376 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 D | IDownloadCallback.aidl | 28 void onDownloadProgress(long bytesDownloaded) = 2; in onDownloadProgress()
|
/aosp_15_r20/frameworks/base/packages/NeuralNetworks/framework/module/java/android/app/ondeviceintelligence/ |
H A D | IDownloadCallback.aidl | 28 void onDownloadProgress(long bytesDownloaded) = 2; in onDownloadProgress()
|
/aosp_15_r20/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/common/ |
D | NetworkStats.java | 46 public void addBytesDownloaded(long bytesDownloaded) { in addBytesDownloaded()
|
/aosp_15_r20/frameworks/base/packages/NeuralNetworks/service/module/java/com/android/server/ondeviceintelligence/callbacks/ |
H A D | ListenableDownloadCallback.java | 71 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 D | ListenableDownloadCallback.java | 69 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 D | DownloadBuilder.java | 168 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 D | DownloadBuilder.java | 152 public DownloadBuilder setBytesDownloaded(long bytesDownloaded) { in setBytesDownloaded()
|
/aosp_15_r20/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/statsd/ |
D | TrainingEventReported.java | 72 long bytesDownloaded, in TrainingEventReported()
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/NeuralNetworks/framework/framework-ondeviceintelligence-platform.impl/android_common/combined/ |
D | framework-ondeviceintelligence-platform.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/app/
android/ ... |