Searched defs:mDestination (Results 1 - 5 of 5) 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 DBluetoothOppBatch.java71 public final BluetoothDevice mDestination; field in class:BluetoothOppBatch
111 mDestination = adapter.getRemoteDevice(info.mDestination);
H A DBluetoothOppShareInfo.java55 public String mDestination; field in class:BluetoothOppShareInfo
80 mDestination = destination;
/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;
/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...]

Completed in 117 milliseconds