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

  /frameworks/base/core/java/android/net/
RouteInfo.java 38 private final LinkAddress mDestination;
68 mDestination = new LinkAddress(NetworkUtils.getNetworkPart(destination.getAddress(),
101 val = (mDestination == null || mDestination.getNetworkPrefixLength() == 0);
103 val = (mDestination == null || mDestination.getNetworkPrefixLength() == 0);
111 return mDestination;
128 if (mDestination != null) val = mDestination.toString();
138 if (mDestination == null)
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
PartRequest.java 29 public final String mDestination;
37 mDestination = _destination;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppShareInfo.java 55 public String mDestination;
80 mDestination = destination;
BluetoothOppBatch.java 71 public final BluetoothDevice mDestination;
111 mDestination = adapter.getRemoteDevice(info.mDestination);
BluetoothOppService.java 580 Log.v(TAG, "DESTINAT: " + info.mDestination);
689 info.mDestination = stringFromCursor(info.mDestination, cursor, BluetoothShare.DESTINATION);
    [all...]
BluetoothOppObexClientSession.java 345 applyRemoteDeviceQuirks(request, mInfo.mDestination, fileInfo.mFileName);
BluetoothOppTransfer.java 493 mConnectThread = new SocketConnectThread(mBatch.mDestination,false);
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEntry.java 52 private final String mDestination;
77 mDestination = null;
94 mDestination = destination;
185 return mDestination;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeyCheckPage.java 63 private Text mDestination;
94 mDestination = new Text(composite, SWT.BORDER);
95 mDestination.setLayoutData(gd = new GridData(GridData.FILL_HORIZONTAL));
96 mDestination.addModifyListener(new ModifyListener() {
117 mDestination.setText(saveLocation);
151 mDestination.setText(destination);
284 String path = mDestination.getText().trim();
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadInfo.java 71 info.mDestination = getInt(Downloads.Impl.COLUMN_DESTINATION);
201 public int mDestination;
363 return mDestination != Downloads.Impl.DESTINATION_CACHE_PARTITION_NOROAMING;
475 return (mDestination == Downloads.Impl.DESTINATION_CACHE_PARTITION
476 || mDestination == Downloads.Impl.DESTINATION_SYSTEMCACHE_PARTITION
477 || mDestination == Downloads.Impl.DESTINATION_CACHE_PARTITION_NOROAMING
478 || mDestination == Downloads.Impl.DESTINATION_CACHE_PARTITION_PURGEABLE);
509 pw.printPair("mDestination", mDestination);
557 && (mDestination == Downloads.Impl.DESTINATION_EXTERNAL |
    [all...]
DownloadThread.java 449 mStorageManager.verifySpaceBeforeWritingToFile(mInfo.mDestination, state.mFilename,
468 mStorageManager.verifySpace(mInfo.mDestination, state.mFilename, bytesRead);
471 if (mInfo.mDestination == Downloads.Impl.DESTINATION_EXTERNAL) {
583 mInfo.mDestination,
    [all...]
DownloadNotification.java 222 download.mStatus, download.mDestination, download.mLastMod);
DownloadService.java 485 if (info.mDestination != Downloads.Impl.DESTINATION_EXTERNAL && info.mFileName != null) {

Completed in 1062 milliseconds