OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DomainAddress
(Results
1 - 3
of
3
) sorted by null
/external/apache-harmony/support/src/test/java/tests/support/
Support_Configuration.java
35
public static String
DomainAddress
= "apache.org";
99
HomeAddress = WebName +
DomainAddress
;
139
value = props.get("
DomainAddress
");
141
DomainAddress
= value;
/libcore/support/src/test/java/tests/support/
Support_Configuration.java
35
public static String
DomainAddress
= "apache.org";
117
HomeAddress = WebName +
DomainAddress
;
154
value = props.get("
DomainAddress
");
156
DomainAddress
= value;
/packages/services/Telephony/src/com/android/phone/sip/
SipEditor.java
83
DomainAddress
(R.string.domain_address, 0, R.string.default_preference_summary),
413
+ PreferenceKey.
DomainAddress
.getValue();
419
PreferenceKey.
DomainAddress
.getValue())
Completed in 150 milliseconds