Searched refs:CallComposerPictureTransfer (Results 1 – 5 of 5) sorted by relevance
/packages/services/Telephony/tests/src/com/android/phone/callcomposer/ |
D | PictureManagerTest.java | 63 @Mock CallComposerPictureTransfer mockPictureTransfer; 107 manager.handleUploadToServer(new CallComposerPictureTransfer.Factory() { in testPictureUpload() 109 public CallComposerPictureTransfer create(Context context, int subscriptionId, in testPictureUpload() 116 ArgumentCaptor<CallComposerPictureTransfer.PictureCallback> callbackCaptor = in testPictureUpload() 117 ArgumentCaptor.forClass(CallComposerPictureTransfer.PictureCallback.class); in testPictureUpload() 165 manager.handleUploadToServer(new CallComposerPictureTransfer.Factory() { in testPictureUploadWithAuthRefresh() 167 public CallComposerPictureTransfer create(Context context, int subscriptionId, in testPictureUploadWithAuthRefresh() 174 ArgumentCaptor<CallComposerPictureTransfer.PictureCallback> callbackCaptor = in testPictureUploadWithAuthRefresh() 175 ArgumentCaptor.forClass(CallComposerPictureTransfer.PictureCallback.class); in testPictureUploadWithAuthRefresh() 204 manager.handleDownloadFromServer(new CallComposerPictureTransfer.Factory() { in testPictureDownload() [all …]
|
/packages/services/Telephony/src/com/android/phone/callcomposer/ |
D | CallComposerPictureManager.java | 121 public void handleUploadToServer(CallComposerPictureTransfer.Factory transferFactory, in handleUploadToServer() 142 CallComposerPictureTransfer transfer = transferFactory.create(mContext, in handleUploadToServer() 146 transfer.setCallback(new CallComposerPictureTransfer.PictureCallback() { in handleUploadToServer() 182 public void handleDownloadFromServer(CallComposerPictureTransfer.Factory transferFactory, in handleDownloadFromServer() 193 CallComposerPictureTransfer transfer = transferFactory.create(mContext, in handleDownloadFromServer() 197 transfer.setCallback(new CallComposerPictureTransfer.PictureCallback() { in handleDownloadFromServer()
|
D | CallComposerPictureTransfer.java | 66 public class CallComposerPictureTransfer { class 67 private static final String TAG = CallComposerPictureTransfer.class.getSimpleName(); 78 default CallComposerPictureTransfer create(Context context, int subscriptionId, String url, in create() 80 return new CallComposerPictureTransfer(context, subscriptionId, url, executorService); in create() 106 private CallComposerPictureTransfer(Context context, int subscriptionId, String url, in CallComposerPictureTransfer() method in CallComposerPictureTransfer
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | TelephonyConnection.java | 90 import com.android.phone.callcomposer.CallComposerPictureTransfer; 1238 manager.handleDownloadFromServer(new CallComposerPictureTransfer.Factory() {}, in onCallFilteringCompleted()
|
/packages/services/Telephony/src/com/android/phone/ |
D | PhoneInterfaceManager.java | 199 import com.android.phone.callcomposer.CallComposerPictureTransfer; 7295 new CallComposerPictureTransfer.Factory() {}, in uploadCallComposerPicture()
|