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

  /packages/apps/Email/src/com/android/exchange/
PartRequest.java 29 public String mDestination;
41 mDestination = _destination;
  /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);
  /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

Completed in 57 milliseconds