Home
last modified time | relevance | path

Searched refs:TRAFFIC_TAG (Results 1 – 3 of 3) sorted by relevance

/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/downloader/offroad/
DOffroad2FileDownloaderTest.java88 private static final int TRAFFIC_TAG = 1000; field in Offroad2FileDownloaderTest
257 .setTrafficTag(TRAFFIC_TAG) in testStartDownloading_wifi()
264 assertThat(request.trafficTag()).isEqualTo(TRAFFIC_TAG); in testStartDownloading_wifi()
272 assertThat(fakeTrafficStatsTagger.storedTrafficTags).contains(TRAFFIC_TAG); in testStartDownloading_wifi()
297 assertThat(fakeTrafficStatsTagger.storedTrafficTags).doesNotContain(TRAFFIC_TAG); in testStartDownloading_wifi_notSettingTrafficTag()
314 .setTrafficTag(TRAFFIC_TAG) in testStartDownloading_extraHttpHeaders()
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/internal/
DSharedFileManagerTest.java116 private static final int TRAFFIC_TAG = 1000; field in SharedFileManagerTest
430 TRAFFIC_TAG, in testNotifyCurrentSize_partialDownloadFile()
483 TRAFFIC_TAG, in testStartDownload_whenInlineFileUrlScheme_fails()
507 TRAFFIC_TAG, in testStartDownload_unsubscribedFile()
545 TRAFFIC_TAG, in testStartDownload_newFile()
569 TRAFFIC_TAG, in testStartDownload_downloadedFile()
DFileGroupManagerTest.java132 private static final int TRAFFIC_TAG = 1000; field in FileGroupManagerTest
3259 .setTrafficTag(TRAFFIC_TAG) in testDownloadPendingGroup_success()
3317 .setTrafficTag(TRAFFIC_TAG) in testDownloadPendingGroup_withFailingCustomValidator()
3865 .setTrafficTag(TRAFFIC_TAG) in testDownloadFileGroup_downloadStartedTimestampAbsent()
3904 .setTrafficTag(TRAFFIC_TAG) in testDownloadFileGroup_downloadStartedTimestampPresent()
3947 .setTrafficTag(TRAFFIC_TAG) in testDownloadFileGroup_updateBookkeepingOnDownloadFailed()
4009 .setTrafficTag(TRAFFIC_TAG) in testDownloadToBeSharedPendingGroup_success_lowSdk_notShared()
4076 .setTrafficTag(TRAFFIC_TAG) in testDownloadFileGroup_success_oneFileAndroidSharedAndDownloaded()
4137 .setTrafficTag(TRAFFIC_TAG) in testDownloadFileGroup_pending_oneBlobExistsBeforeDownload()
4244 .setTrafficTag(TRAFFIC_TAG) in testDownloadFileGroup_pending_oneBlobExistsAfterDownload()
[all …]