OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/src/com/android/exchange/
PartRequest.java
29
public final String
mDestination
;
37
mDestination
= _destination;
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppShareInfo.java
53
public String
mDestination
;
78
mDestination
= destination;
BluetoothOppBatch.java
71
public final BluetoothDevice
mDestination
;
111
mDestination
= adapter.getRemoteDevice(info.
mDestination
);
BluetoothOppTransfer.java
143
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
...]
BluetoothOppService.java
545
Log.v(TAG, "DESTINAT: " + info.
mDestination
);
660
info.
mDestination
= stringFromCursor(info.
mDestination
, cursor, BluetoothShare.DESTINATION);
[
all
...]
BluetoothOppObexClientSession.java
299
mContext1, mInfo.mUri, mInfo.mMimetype, mInfo.
mDestination
);
/frameworks/ex/chips/src/com/android/ex/chips/
RecipientEntry.java
54
private final String
mDestination
;
79
mDestination
= null;
96
mDestination
= destination;
175
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
;
93
mDestination
= new Text(composite, SWT.BORDER);
94
mDestination
.setLayoutData(gd = new GridData(GridData.FILL_HORIZONTAL));
95
mDestination
.addModifyListener(new ModifyListener() {
115
mDestination
.setText(saveLocation);
149
mDestination
.setText(destination);
282
String path =
mDestination
.getText().trim();
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadInfo.java
70
info.
mDestination
= getInt(Downloads.Impl.COLUMN_DESTINATION);
199
public int
mDestination
;
360
return
mDestination
!= Downloads.Impl.DESTINATION_CACHE_PARTITION_NOROAMING;
468
return (
mDestination
== Downloads.Impl.DESTINATION_CACHE_PARTITION
469
||
mDestination
== Downloads.Impl.DESTINATION_SYSTEMCACHE_PARTITION
470
||
mDestination
== Downloads.Impl.DESTINATION_CACHE_PARTITION_NOROAMING
471
||
mDestination
== Downloads.Impl.DESTINATION_CACHE_PARTITION_PURGEABLE);
533
&& (
mDestination
== Downloads.Impl.DESTINATION_EXTERNAL ||
534
mDestination
== Downloads.Impl.DESTINATION_FILE_URI ||
535
mDestination
== Downloads.Impl.DESTINATION_NON_DOWNLOADMANAGER_DOWNLOAD
[
all
...]
DownloadThread.java
436
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
,
[
all
...]
DownloadNotification.java
206
download.mStatus, download.
mDestination
, download.mLastMod);
DownloadService.java
477
if (info.
mDestination
!= Downloads.Impl.DESTINATION_EXTERNAL && info.mFileName != null) {
Completed in 316 milliseconds