Home
last modified time | relevance | path

Searched defs:req (Results 1 – 15 of 15) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapClient.java405 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
DBluetoothPbapObexSession.java192 private void executeRequest(BluetoothPbapRequest req) { in executeRequest()
DPbapPCEClient.java384 PullRequest req = (PullRequest) msg.obj; in handleMessage() local
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
DWallpaperCropActivity.java186 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
DWallpaperPickerActivity.java346 LoadRequest req = new LoadRequest(); in onClick() local
/packages/apps/Email/provider_src/com/android/email/service/
DAttachmentService.java530 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/
DDownloadScanner.java122 public void requestScan(ScanRequest req) { in requestScan()
150 final ScanRequest req; in onScanCompleted() local
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DStorageTest.java230 final DownloadManager.Request req = getRequest(); in prepareAndRunDownload() local
DPublicApiFunctionalTest.java469 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/
DBlobCache.java442 public boolean lookup(LookupRequest req) throws IOException { in lookup()
489 LookupRequest req) throws IOException { in getBlob()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppObexServerSession.java573 public void onDisconnect(HeaderSet req, HeaderSet resp) { in onDisconnect()
DTestActivity.java532 public void onDisconnect(HeaderSet req, HeaderSet resp) { in onDisconnect()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java230 public void onDisconnect(final HeaderSet req, final HeaderSet resp) { in onDisconnect()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java379 public void onDisconnect(final HeaderSet req, final HeaderSet resp) { in onDisconnect()
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java2101 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