Searched defs:mDestination (Results 1 - 4 of 4) sorted by relevance

/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.java80 info.mDestination = getInt(Downloads.Impl.COLUMN_DESTINATION);
215 public int mDestination; field in class:DownloadInfo
393 return mDestination != Downloads.Impl.DESTINATION_CACHE_PARTITION_NOROAMING;
504 return (mDestination == Downloads.Impl.DESTINATION_CACHE_PARTITION
505 || mDestination == Downloads.Impl.DESTINATION_SYSTEMCACHE_PARTITION
506 || mDestination == Downloads.Impl.DESTINATION_CACHE_PARTITION_NOROAMING
507 || mDestination == Downloads.Impl.DESTINATION_CACHE_PARTITION_PURGEABLE);
545 pw.printPair("mDestination", mDestination);
593 && (mDestination
[all...]

Completed in 171 milliseconds