Home
last modified time | relevance | path

Searched refs:mDestination (Results 1 – 11 of 11) sorted by relevance

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadInfo.java79 info.mDestination = getInt(Downloads.Impl.COLUMN_DESTINATION); in updateFromDatabase()
213 public int mDestination; field in DownloadInfo
386 return mDestination != Downloads.Impl.DESTINATION_CACHE_PARTITION_NOROAMING; in isRoamingAllowed()
495 return (mDestination == Downloads.Impl.DESTINATION_CACHE_PARTITION in isOnCache()
496 || mDestination == Downloads.Impl.DESTINATION_SYSTEMCACHE_PARTITION in isOnCache()
497 || mDestination == Downloads.Impl.DESTINATION_CACHE_PARTITION_NOROAMING in isOnCache()
498 || mDestination == Downloads.Impl.DESTINATION_CACHE_PARTITION_PURGEABLE); in isOnCache()
529 pw.printPair("mDestination", mDestination); in dump()
577 && (mDestination == Downloads.Impl.DESTINATION_EXTERNAL || in shouldScanFile()
578 mDestination == Downloads.Impl.DESTINATION_FILE_URI || in shouldScanFile()
[all …]
DDownloadThread.java570 mInfo.mDestination, state.mFilename, bytesRead); in writeDataToDestination()
581 mStorageManager.verifySpace(mInfo.mDestination, state.mFilename, bytesRead); in writeDataToDestination()
667 mInfo.mDestination, in processResponseHeaders()
DDownloadNotifier.java184 if (info.mDestination != Downloads.Impl.DESTINATION_SYSTEMCACHE_PARTITION) { in updateWithLocked()
DDownloadService.java409 if (info.mDestination != Downloads.Impl.DESTINATION_EXTERNAL && info.mFileName != null) { in deleteDownloadLocked()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppBatch.java71 public final BluetoothDevice mDestination; field in BluetoothOppBatch
111 mDestination = adapter.getRemoteDevice(info.mDestination); in BluetoothOppBatch()
DBluetoothOppShareInfo.java55 public String mDestination; field in BluetoothOppShareInfo
80 mDestination = destination; in BluetoothOppShareInfo()
DBluetoothOppService.java580 Log.v(TAG, "DESTINAT: " + info.mDestination); in insertShare()
689 info.mDestination = stringFromCursor(info.mDestination, cursor, BluetoothShare.DESTINATION); in updateShare()
DBluetoothOppObexClientSession.java348 applyRemoteDeviceQuirks(request, mInfo.mDestination, fileInfo.mFileName); in sendFile()
DBluetoothOppTransfer.java493 mConnectThread = new SocketConnectThread(mBatch.mDestination,false); in startConnectSession()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
DRenderingRequest.java36 private Rect mDestination = null; field in RenderingRequest
156 return mDestination; in getDestination()
160 mDestination = destination; in setDestination()
/packages/apps/Exchange/exchange2/src/com/android/exchange/
DPartRequest.java29 public final String mDestination; field in PartRequest
37 mDestination = _destination; in PartRequest()