Home
last modified time | relevance | path

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

/cts/tests/PhotoPicker/src/android/photopicker/cts/
DCloudPhotoPickerTest.java87 private static final String CLOUD_ID2 = "CLOUD_ID2"; field in CloudPhotoPickerTest
176 Pair.create(null, CLOUD_ID2)); in testDeleteCloudMedia()
181 assertThat(mediaIds).containsExactly(CLOUD_ID1, CLOUD_ID2); in testDeleteCloudMedia()
190 containsExcept(mediaIds, CLOUD_ID2, CLOUD_ID1); in testDeleteCloudMedia()
200 Pair.create(null, CLOUD_ID2)); in testVersionChange()
205 assertThat(mediaIds).containsExactly(CLOUD_ID1, CLOUD_ID2); in testVersionChange()
214 assertThat(mediaIds).containsExactly(CLOUD_ID1, CLOUD_ID2); in testVersionChange()
222 containsExcept(mediaIds, CLOUD_ID2, CLOUD_ID1); in testVersionChange()
250 addImage(mCloudSecondaryMediaGenerator, /* localId */ null, CLOUD_ID2); in testProviderSwitchSuccess()
257 containsExcept(mediaIds, CLOUD_ID1, CLOUD_ID2); in testProviderSwitchSuccess()
[all …]
DRemoteVideoPreviewTest.java84 private static final String CLOUD_ID2 = "CLOUD_ID2"; field in RemoteVideoPreviewTest
182 Arrays.asList(Pair.create(null, CLOUD_ID1), Pair.create(null, CLOUD_ID2))); in testSwipeAdjacentVideoPreview()
187 verifyInitialVideoPreviewSetup(surfaceIdForFirstVideoPreview, CLOUD_ID2); in testSwipeAdjacentVideoPreview()
204 verifyAdjacentVideoSwipe(surfaceIdForThirdVideoPreview, CLOUD_ID2); in testSwipeAdjacentVideoPreview()
216 initCloudProviderWithVideo(Arrays.asList(Pair.create(null, CLOUD_ID2))); in testSwipeImageVideoPreview()
221 verifyInitialVideoPreviewSetup(surfaceId, CLOUD_ID2); in testSwipeImageVideoPreview()
240 verifyInitialVideoPreviewSetup(surfaceId, CLOUD_ID2); in testSwipeImageVideoPreview()