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

/packages/apps/Email/emailsync/src/com/android/emailsync/
H A DPartRequest.java29 public final String mDestination; field in class:PartRequest
37 mDestination = _destination;
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppShareInfo.java55 public String mDestination; field in class:BluetoothOppShareInfo
80 mDestination = destination;
H A DBluetoothOppBatch.java71 public final BluetoothDevice mDestination; field in class:BluetoothOppBatch
111 mDestination = adapter.getRemoteDevice(info.mDestination);
H A DBluetoothOppService.java580 Log.v(TAG, "DESTINAT: " + info.mDestination);
689 info.mDestination = stringFromCursor(info.mDestination, cursor, BluetoothShare.DESTINATION);
H A DBluetoothOppObexClientSession.java348 applyRemoteDeviceQuirks(request, mInfo.mDestination, fileInfo.mFileName);
H A DBluetoothOppTransfer.java493 mConnectThread = new SocketConnectThread(mBatch.mDestination,false);
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadInfo.java79 info.mDestination = getInt(Downloads.Impl.COLUMN_DESTINATION);
213 public int mDestination; field in class:DownloadInfo
386 return mDestination != Downloads.Impl.DESTINATION_CACHE_PARTITION_NOROAMING;
495 return (mDestination == Downloads.Impl.DESTINATION_CACHE_PARTITION
496 || mDestination == Downloads.Impl.DESTINATION_SYSTEMCACHE_PARTITION
497 || mDestination == Downloads.Impl.DESTINATION_CACHE_PARTITION_NOROAMING
498 || mDestination == Downloads.Impl.DESTINATION_CACHE_PARTITION_PURGEABLE);
529 pw.printPair("mDestination", mDestination);
577 && (mDestination
[all...]
H A DDownloadThread.java577 mInfo.mDestination, state.mFilename, bytesRead);
588 mStorageManager.verifySpace(mInfo.mDestination, state.mFilename, bytesRead);
674 mInfo.mDestination,
H A DDownloadNotifier.java184 if (info.mDestination != Downloads.Impl.DESTINATION_SYSTEMCACHE_PARTITION) {
H A DDownloadService.java409 if (info.mDestination != Downloads.Impl.DESTINATION_EXTERNAL && info.mFileName != null) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DRenderingRequest.java37 private Rect mDestination = null; field in class:RenderingRequest
183 return mDestination;
187 mDestination = destination;

Completed in 201 milliseconds