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

/packages/apps/Exchange/exchange2/src/com/android/exchange/
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.java53 public String mDestination; field in class:BluetoothOppShareInfo
78 mDestination = destination;
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadInfo.java72 info.mDestination = getInt(Downloads.Impl.COLUMN_DESTINATION);
202 public int mDestination; field in class:DownloadInfo
367 return mDestination != Downloads.Impl.DESTINATION_CACHE_PARTITION_NOROAMING;
476 return (mDestination == Downloads.Impl.DESTINATION_CACHE_PARTITION
477 || mDestination == Downloads.Impl.DESTINATION_SYSTEMCACHE_PARTITION
478 || mDestination == Downloads.Impl.DESTINATION_CACHE_PARTITION_NOROAMING
479 || mDestination == Downloads.Impl.DESTINATION_CACHE_PARTITION_PURGEABLE);
510 pw.printPair("mDestination", mDestination);
558 && (mDestination
[all...]

Completed in 74 milliseconds