HomeSort by relevance Sort by last modified time
    Searched refs:getSubtype (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/nist-sip/java/gov/nist/javax/sip/header/
MediaRange.java 84 public String getSubtype() {
Accept.java 85 return mediaRange.getSubtype().compareTo(STAR) == 0;
129 return mediaRange.getSubtype();
ContentType.java 143 return mediaRange == null ? null : mediaRange.getSubtype();
  /external/caliper/caliper/src/main/java/com/google/caliper/json/
ImmutableListTypeAdatperFactory.java 52 TypeToken.get(betterToken.getSupertype(List.class).getSubtype(ArrayList.class)
ImmutableMapTypeAdapterFactory.java 52 TypeToken.get(betterToken.getSupertype(Map.class).getSubtype(HashMap.class)
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowNetworkInfo.java 71 public int getSubtype() {
  /external/jmdns/src/javax/jmdns/impl/
DNSEntry.java 87 return this.getSubtype().equals(other.getSubtype());
95 public String getSubtype() {
ServiceInfoImpl.java 218 this._subtype = info.getSubtype();
388 String subtype = this.getSubtype();
431 // String subtype = this.getSubtype();
728 public String getSubtype() {
743 map.put(Fields.Subtype, this.getSubtype());
913 if ((this.getSubtype().length() == 0) && (rec.getSubtype().length() != 0)) {
914 _subtype = rec.getSubtype();
    [all...]
JmmDNSImpl.java 442 String subtype = info.getSubtype();
JmDNSImpl.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
CustomInputStyleSettingsFragment.java 171 final InputMethodSubtype subtype = stylePref.getSubtype();
191 final InputMethodSubtype subtype = stylePref.getSubtype();
248 // intent.putExtra("newlyAddedSubtype", subtypePref.getSubtype());
278 subtypes.add(subtypePref.getSubtype());
CustomInputStylePreference.java 88 public InputMethodSubtype getSubtype() {
  /external/guava/guava-tests/test/com/google/common/reflect/
TypeTokenTest.java     [all...]
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ConnectivityManagerTest.java 90 assertEquals(TelephonyManager.NETWORK_TYPE_EDGE, info.getSubtype());
  /external/jmdns/src/javax/jmdns/
ServiceInfo.java 704 public abstract String getSubtype();
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
NetworkMonitorAutoDetect.java 146 return new NetworkState(true, networkInfo.getType(), networkInfo.getSubtype());
  /frameworks/base/core/java/android/net/
NetworkIdentity.java 117 public int getSubType() {
169 final int subType = state.networkInfo.getSubtype();
NetworkInfo.java 189 public int getSubtype() {
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
KeyboardLayoutSetTestsBase.java 125 protected final InputMethodSubtype getSubtype(final Locale locale,
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
LayoutTestsBase.java 52 mSubtype = getSubtype(mLayout.getLocale(), mLayout.getName());
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
MeasureUnitTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
MeasureUnitTest.java     [all...]
  /external/icu/icu4c/source/i18n/unicode/
measunit.h 98 const char *getSubtype() const;
188 * @return the unit.getIndex() of the unit which has this unit.getType() and unit.getSubtype(),
    [all...]
  /external/guava/guava/src/com/google/common/reflect/
TypeToken.java 398 public final TypeToken<? extends T> getSubtype(Class<?> subclass) {
    [all...]
  /external/icu/icu4c/source/i18n/
measfmt.cpp 512 uprv_strcmp(mu.getSubtype(), tu) == 0;
893 u_charsToUChars(amtUnit.getSubtype(), isoCode, 4);
    [all...]

Completed in 2576 milliseconds

1 2 3 4