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

/packages/apps/Exchange/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 DBluetoothOppShareInfo.java53 public String mDestination; field in class:BluetoothOppShareInfo
78 mDestination = destination;
H A DBluetoothOppBatch.java71 public final BluetoothDevice mDestination; field in class:BluetoothOppBatch
111 mDestination = adapter.getRemoteDevice(info.mDestination);
H A DBluetoothOppTransfer.java143 if (!((BluetoothDevice)msg.obj).equals(mBatch.mDestination)) {
153 SocketConnectThread(mBatch.mDestination, msg.arg1, false);
340 info.mMimetype, info.mDestination);
511 mBatch.mDestination, OPUSH_UUID16);
514 mBatch.mDestination);
516 mSessionHandler.obtainMessage(SDP_RESULT, channel, -1, mBatch.mDestination)
525 if (V) Log.v(TAG, "Do Opush SDP request for address " + mBatch.mDestination);
530 channel = mBatch.mDestination.getServiceChannel(BluetoothUuid.ObexObjectPush);
533 + mBatch.mDestination);
535 mSessionHandler.obtainMessage(SDP_RESULT, channel, -1, mBatch.mDestination)
[all...]
H A DBluetoothOppService.java545 Log.v(TAG, "DESTINAT: " + info.mDestination);
660 info.mDestination = stringFromCursor(info.mDestination, cursor, BluetoothShare.DESTINATION);
H A DBluetoothOppObexClientSession.java309 mContext1, mInfo.mUri, mInfo.mMimetype, mInfo.mDestination);
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadInfo.java70 info.mDestination = getInt(Downloads.Impl.COLUMN_DESTINATION);
199 public int mDestination; field in class:DownloadInfo
360 return mDestination != Downloads.Impl.DESTINATION_CACHE_PARTITION_NOROAMING;
469 return (mDestination == Downloads.Impl.DESTINATION_CACHE_PARTITION
470 || mDestination == Downloads.Impl.DESTINATION_SYSTEMCACHE_PARTITION
471 || mDestination == Downloads.Impl.DESTINATION_CACHE_PARTITION_NOROAMING
472 || mDestination == Downloads.Impl.DESTINATION_CACHE_PARTITION_PURGEABLE);
534 && (mDestination == Downloads.Impl.DESTINATION_EXTERNAL ||
535 mDestination == Downloads.Impl.DESTINATION_FILE_URI ||
536 mDestination
[all...]
H A DDownloadThread.java436 mStorageManager.verifySpaceBeforeWritingToFile(mInfo.mDestination, state.mFilename,
455 mStorageManager.verifySpace(mInfo.mDestination, state.mFilename, bytesRead);
458 if (mInfo.mDestination == Downloads.Impl.DESTINATION_EXTERNAL) {
570 mInfo.mDestination,
892 if (state.mStream != null && mInfo.mDestination == Downloads.Impl.DESTINATION_EXTERNAL) {
H A DDownloadNotification.java206 download.mStatus, download.mDestination, download.mLastMod);
H A DDownloadService.java477 if (info.mDestination != Downloads.Impl.DESTINATION_EXTERNAL && info.mFileName != null) {

Completed in 108 milliseconds