Home
last modified time | relevance | path

Searched refs:CLOUD_ID1 (Results 1 – 2 of 2) sorted by relevance

/cts/tests/PhotoPicker/src/android/photopicker/cts/
DCloudPhotoPickerTest.java86 private static final String CLOUD_ID1 = "CLOUD_ID1"; field in CloudPhotoPickerTest
142 initPrimaryCloudProviderWithImage(Pair.create(null, CLOUD_ID1)); in testCloudOnlySync()
147 assertThat(mediaIds).containsExactly(CLOUD_ID1); in testCloudOnlySync()
153 initPrimaryCloudProviderWithImage(Pair.create(null, CLOUD_ID1)); in testCloudPlusLocalSyncWithoutDedupe()
158 assertThat(mediaIds).containsExactly(CLOUD_ID1, mUriList.get(0).getLastPathSegment()); in testCloudPlusLocalSyncWithoutDedupe()
165 CLOUD_ID1)); in testCloudPlusLocalSyncWithDedupe()
170 containsExcept(mediaIds, mUriList.get(0).getLastPathSegment(), CLOUD_ID1); in testCloudPlusLocalSyncWithDedupe()
175 initPrimaryCloudProviderWithImage(Pair.create(null, CLOUD_ID1), in testDeleteCloudMedia()
181 assertThat(mediaIds).containsExactly(CLOUD_ID1, CLOUD_ID2); in testDeleteCloudMedia()
183 mCloudPrimaryMediaGenerator.deleteMedia(/* localId */ null, CLOUD_ID1, in testDeleteCloudMedia()
[all …]
DRemoteVideoPreviewTest.java83 private static final String CLOUD_ID1 = "CLOUD_ID1"; field in RemoteVideoPreviewTest
148 initCloudProviderWithVideo(Arrays.asList(Pair.create(null, CLOUD_ID1))); in testBasicVideoPreview()
153 verifyInitialVideoPreviewSetup(surfaceId, CLOUD_ID1); in testBasicVideoPreview()
182 Arrays.asList(Pair.create(null, CLOUD_ID1), Pair.create(null, CLOUD_ID2))); in testSwipeAdjacentVideoPreview()
197 verifyAdjacentVideoSwipe(surfaceIdForSecondVideoPreview, CLOUD_ID1); in testSwipeAdjacentVideoPreview()
215 initCloudProviderWithImage(Arrays.asList(Pair.create(null, CLOUD_ID1))); in testSwipeImageVideoPreview()
252 initCloudProviderWithVideo(Arrays.asList(Pair.create(null, CLOUD_ID1))); in testVideoPreviewProgressIndicator()
262 initCloudProviderWithVideo(Arrays.asList(Pair.create(null, CLOUD_ID1))); in testVideoPreviewPermanentError()
272 initCloudProviderWithVideo(Arrays.asList(Pair.create(null, CLOUD_ID1))); in testVideoPreviewRetriableError()