Searched refs:mDestination (Results 1 – 11 of 11) sorted by relevance
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadInfo.java | 79 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 …]
|
D | DownloadThread.java | 570 mInfo.mDestination, state.mFilename, bytesRead); in writeDataToDestination() 581 mStorageManager.verifySpace(mInfo.mDestination, state.mFilename, bytesRead); in writeDataToDestination() 667 mInfo.mDestination, in processResponseHeaders()
|
D | DownloadNotifier.java | 184 if (info.mDestination != Downloads.Impl.DESTINATION_SYSTEMCACHE_PARTITION) { in updateWithLocked()
|
D | DownloadService.java | 409 if (info.mDestination != Downloads.Impl.DESTINATION_EXTERNAL && info.mFileName != null) { in deleteDownloadLocked()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppBatch.java | 71 public final BluetoothDevice mDestination; field in BluetoothOppBatch 111 mDestination = adapter.getRemoteDevice(info.mDestination); in BluetoothOppBatch()
|
D | BluetoothOppShareInfo.java | 55 public String mDestination; field in BluetoothOppShareInfo 80 mDestination = destination; in BluetoothOppShareInfo()
|
D | BluetoothOppService.java | 580 Log.v(TAG, "DESTINAT: " + info.mDestination); in insertShare() 689 info.mDestination = stringFromCursor(info.mDestination, cursor, BluetoothShare.DESTINATION); in updateShare()
|
D | BluetoothOppObexClientSession.java | 348 applyRemoteDeviceQuirks(request, mInfo.mDestination, fileInfo.mFileName); in sendFile()
|
D | BluetoothOppTransfer.java | 493 mConnectThread = new SocketConnectThread(mBatch.mDestination,false); in startConnectSession()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/ |
D | RenderingRequest.java | 36 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/ |
D | PartRequest.java | 29 public final String mDestination; field in PartRequest 37 mDestination = _destination; in PartRequest()
|