/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
D | BluetoothPbapClient.java | 405 BluetoothPbapRequest req = (BluetoothPbapRequest) msg.obj; in handleMessage() local 426 BluetoothPbapRequest req = (BluetoothPbapRequest) msg.obj; in handleMessage() local 574 BluetoothPbapRequest req = new BluetoothPbapRequestSetPath(false); in setPhoneBookFolderRoot() local 587 BluetoothPbapRequest req = new BluetoothPbapRequestSetPath(true); in setPhoneBookFolderUp() local 601 BluetoothPbapRequest req = new BluetoothPbapRequestSetPath(folder); in setPhoneBookFolderDown() local 615 BluetoothPbapRequestPullPhoneBookSize req = new BluetoothPbapRequestPullPhoneBookSize( in pullPhoneBookSize() local 631 BluetoothPbapRequestPullVcardListingSize req = new BluetoothPbapRequestPullVcardListingSize( in pullVcardListingSize() local 709 BluetoothPbapRequest req = new BluetoothPbapRequestPullPhoneBook( in pullPhoneBook() local 817 BluetoothPbapRequest req = new BluetoothPbapRequestPullVcardListing(folder, order, in pullVcardListing() local 848 BluetoothPbapRequest req = in pullVcardEntry() local
|
D | BluetoothPbapObexSession.java | 192 private void executeRequest(BluetoothPbapRequest req) { in executeRequest()
|
D | PbapPCEClient.java | 384 PullRequest req = (PullRequest) msg.obj; in handleMessage() local
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/ |
D | WallpaperCropActivity.java | 186 final LoadRequest req = (LoadRequest) msg.obj; in handleMessage() local 263 protected void onLoadRequestComplete(LoadRequest req, boolean success) { in onLoadRequestComplete() 292 final LoadRequest req = new LoadRequest(); in setCropViewTileSource() local
|
D | WallpaperPickerActivity.java | 346 LoadRequest req = new LoadRequest(); in onClick() local
|
/packages/apps/Email/provider_src/com/android/email/service/ |
D | AttachmentService.java | 530 final DownloadRequest req = mDownloadsInProgress.get(attachmentId); in loadAttachmentStatus() local 751 DownloadRequest req = mDownloadQueue.findRequestById(att.mId); in onChange() local 860 final DownloadRequest req = mDownloadQueue.getNextRequest(); in processQueue() local 952 final DownloadRequest req = new DownloadRequest(this, att); in processQueue() local 978 synchronized boolean tryStartDownload(final DownloadRequest req) { in tryStartDownload() 1007 private void startDownload(final EmailServiceProxy service, final DownloadRequest req) in startDownload() 1018 synchronized void cancelDownload(final DownloadRequest req) { in cancelDownload() 1067 final DownloadRequest req = mDownloadQueue.findRequestById(attachmentId); in endDownload() local
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadScanner.java | 122 public void requestScan(ScanRequest req) { in requestScan() 150 final ScanRequest req; in onScanCompleted() local
|
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
D | StorageTest.java | 230 final DownloadManager.Request req = getRequest(); in prepareAndRunDownload() local
|
D | PublicApiFunctionalTest.java | 469 RecordedRequest req; in testEtagChanged() local 778 private static String getHeaderValue(RecordedRequest req, String header) { in getHeaderValue()
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
D | BlobCache.java | 442 public boolean lookup(LookupRequest req) throws IOException { in lookup() 489 LookupRequest req) throws IOException { in getBlob()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppObexServerSession.java | 573 public void onDisconnect(HeaderSet req, HeaderSet resp) { in onDisconnect()
|
D | TestActivity.java | 532 public void onDisconnect(HeaderSet req, HeaderSet resp) { in onDisconnect()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapObexServer.java | 230 public void onDisconnect(final HeaderSet req, final HeaderSet resp) { in onDisconnect()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapObexServer.java | 379 public void onDisconnect(final HeaderSet req, final HeaderSet resp) { in onDisconnect()
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaProvider.java | 2101 MediaThumbRequest req = requestMediaThumbnail(path, origUri, in waitForThumbnailReady() local 2124 private boolean matchThumbRequest(MediaThumbRequest req, int pid, long id, long gid, in matchThumbRequest() 3816 MediaThumbRequest req = null; in requestMediaThumbnail() local
|