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

/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.java595 Log.v(TAG, "DESTINAT: " + info.mDestination);
704 info.mDestination = stringFromCursor(info.mDestination, cursor, BluetoothShare.DESTINATION);
H A DBluetoothOppObexClientSession.java349 applyRemoteDeviceQuirks(request, mInfo.mDestination, fileInfo.mFileName);
H A DBluetoothOppTransfer.java495 mConnectThread = new SocketConnectThread(mBatch.mDestination,false);
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadInfo.java72 info.mDestination = getInt(Downloads.Impl.COLUMN_DESTINATION);
158 public int mDestination; field in class:DownloadInfo
379 return mDestination != Downloads.Impl.DESTINATION_CACHE_PARTITION_NOROAMING;
384 return (mDestination == Downloads.Impl.DESTINATION_CACHE_PARTITION
385 || mDestination == Downloads.Impl.DESTINATION_SYSTEMCACHE_PARTITION
386 || mDestination == Downloads.Impl.DESTINATION_CACHE_PARTITION_NOROAMING
387 || mDestination == Downloads.Impl.DESTINATION_CACHE_PARTITION_PURGEABLE);
425 pw.printPair("mDestination", mDestination);
453 && (mDestination
[all...]
H A DDownloadThread.java709 if (mInfo.mDestination != Downloads.Impl.DESTINATION_FILE_URI) {
714 mContext, mInfo.mDestination);
716 mContext, mInfo.mDestination);
804 mInfo.mDestination);
/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 177 milliseconds