Home
last modified time | relevance | path

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

/packages/apps/Email/tests/src/com/android/email/service/
DAttachmentServiceTests.java58 final boolean result = dq.addRequest(dr); in testDownloadQueueAddRequest()
68 dq.addRequest(null); in testDownloadQueueAddRequestNull()
81 boolean result = dq.addRequest(dr); in testDownloadQueueAddRequestExisting()
87 result = dq.addRequest(dr); in testDownloadQueueAddRequestExisting()
97 boolean result = dq.addRequest(dr); in testDownloadQueueRemoveRequest()
115 boolean result = dq.addRequest(dr); in testDownloadQueueRemoveRequestNull()
133 boolean result = dq.addRequest(dr); in testDownloadQueueRemoveRequestDoesNotExist()
152 final boolean result = dq.addRequest(dr); in testDownloadQueueFindRequestById()
166 final boolean result = dq.addRequest(dr); in testDownloadQueueFindRequestByIdInvalidId()
177 final boolean result = dq.addRequest(dr); in testDownloadQueueFindRequestByIdUnknownId()
[all …]
/packages/apps/Email/provider_src/com/android/email/service/
DAttachmentService.java296 public boolean addRequest(final DownloadRequest request) in addRequest() method in AttachmentService.DownloadQueue
797 mDownloadQueue.addRequest(req); in onChange()
1035 mDownloadQueue.addRequest(newReq); in cancelDownload()
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DHandleMap.java178 void addRequest(int requestId, int handle) { in addRequest() method in HandleMap
DGattService.java1714 mHandleMap.addRequest(transId, attrHandle); in onAttributeRead()
1761 mHandleMap.addRequest(transId, attrHandle); in onAttributeWrite()