OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mDestination
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Exchange/src/com/android/exchange/
PartRequest.java
29
public final String
mDestination
;
37
mDestination
= _destination;
/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
...]
/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/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
);
/frameworks/ex/chips/src/com/android/ex/chips/
RecipientEntry.java
54
private final String
mDestination
;
79
mDestination
= null;
96
mDestination
= destination;
175
return
mDestination
;
/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
...]
Completed in 175 milliseconds