HomeSort by relevance Sort by last modified time
    Searched refs:mDestination (Results 1 - 12 of 12) sorted by null

  /packages/apps/Email/src/com/android/exchange/
PartRequest.java 29 public String mDestination;
41 mDestination = _destination;
EasSyncService.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppShareInfo.java 53 public String mDestination;
78 mDestination = destination;
BluetoothOppBatch.java 72 public final BluetoothDevice mDestination;
112 mDestination = adapter.getRemoteDevice(info.mDestination);
BluetoothOppTransfer.java 145 if (!((BluetoothDevice)msg.obj).equals(mBatch.mDestination)) {
154 mConnectThread = new SocketConnectThread(mBatch.mDestination, msg.arg1);
337 info.mMimetype, info.mDestination);
508 mBatch.mDestination, OPUSH_UUID16);
511 mBatch.mDestination);
513 mSessionHandler.obtainMessage(SDP_RESULT, channel, -1, mBatch.mDestination)
522 if (V) Log.v(TAG, "Do Opush SDP request for address " + mBatch.mDestination);
527 channel = mBatch.mDestination.getServiceChannel(BluetoothUuid.ObexObjectPush);
530 + mBatch.mDestination);
532 mSessionHandler.obtainMessage(SDP_RESULT, channel, -1, mBatch.mDestination)
    [all...]
BluetoothOppService.java 547 Log.v(TAG, "DESTINAT: " + info.mDestination);
662 info.mDestination = stringFromCursor(info.mDestination, cursor, BluetoothShare.DESTINATION);
    [all...]
BluetoothOppObexClientSession.java 299 mContext1, mInfo.mUri, mInfo.mMimetype, mInfo.mDestination);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeyCheckPage.java 70 private Text mDestination;
102 mDestination = new Text(composite, SWT.BORDER);
103 mDestination.setLayoutData(gd = new GridData(GridData.FILL_HORIZONTAL));
104 mDestination.addModifyListener(new ModifyListener() {
124 mDestination.setText(saveLocation);
164 mDestination.setText(destination + File.separator + filename);
297 String path = mDestination.getText().trim();
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadInfo.java 70 info.mDestination = getInt(Downloads.Impl.COLUMN_DESTINATION);
220 public int mDestination;
371 return mDestination != Downloads.Impl.DESTINATION_CACHE_PARTITION_NOROAMING;
481 return (mDestination == Downloads.Impl.DESTINATION_CACHE_PARTITION
482 || mDestination == Downloads.Impl.DESTINATION_CACHE_PARTITION_NOROAMING
483 || mDestination == Downloads.Impl.DESTINATION_CACHE_PARTITION_PURGEABLE);
503 Log.v(Constants.TAG, "DESTINAT: " + mDestination);
550 && mDestination == Downloads.Impl.DESTINATION_EXTERNAL
DownloadNotification.java 236 if (download.mDestination == Downloads.Impl.DESTINATION_EXTERNAL) {
DownloadThread.java 423 if (mInfo.mDestination == Downloads.Impl.DESTINATION_EXTERNAL
549 mInfo.mDestination,
    [all...]
DownloadService.java 541 if (info.mDestination != Downloads.Impl.DESTINATION_EXTERNAL && info.mFileName != null) {

Completed in 59 milliseconds