Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/tests/src/com/android/phone/callcomposer/
H A DPictureManagerTest.java204 manager.handleDownloadFromServer(new CallComposerPictureTransfer.Factory() { in testPictureDownload()
243 manager.handleDownloadFromServer(new CallComposerPictureTransfer.Factory() { in testPictureDownloadWithAuthRefresh()
/aosp12/packages/services/Telephony/src/com/android/phone/callcomposer/
H A DCallComposerPictureManager.java182 public void handleDownloadFromServer(CallComposerPictureTransfer.Factory transferFactory, in handleDownloadFromServer() method in CallComposerPictureManager
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DTelephonyConnection.java1238 manager.handleDownloadFromServer(new CallComposerPictureTransfer.Factory() {}, in onCallFilteringCompleted()