Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/phone/callcomposer/
DPictureManagerTest.java129 ImageData sentData = imageDataCaptor.getValue(); in testPictureUpload() local
130 assertArrayEquals(imageData.getImageBytes(), sentData.getImageBytes()); in testPictureUpload()
131 assertNotNull(sentData.getId()); in testPictureUpload()
132 String imageId = sentData.getId(); in testPictureUpload()