Searched defs:addressType (Results 1 - 8 of 8) sorted by relevance

/external/nist-sip/java/gov/nist/core/
H A DHost.java79 protected int addressType; field in class:Host
86 addressType = HOSTNAME;
124 if (addressType == IPV6ADDRESS && !isIPv6Reference(hostname)) {
172 if (addressType == HOSTNAME) {
213 addressType = IPV6ADDRESS;
215 addressType = type;
222 if(addressType == HOSTNAME)
228 if(addressType == IPV6ADDRESS
250 return addressType == HOSTNAME;
258 return addressType !
[all...]
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DAddressImpl.java65 protected int addressType; field in class:AddressImpl
168 if (this.addressType == WILD_CARD) {
179 if (addressType == NAME_ADDR || displayName != null)
182 if (addressType == NAME_ADDR || displayName != null)
190 this.addressType = NAME_ADDR;
198 return addressType;
209 addressType = atype;
230 this.addressType = NAME_ADDR;
310 return this.addressType == WILD_CARD;
334 this.addressType
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 154 milliseconds