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

1 2 3 4

  /external/nist-sip/java/gov/nist/javax/sip/header/
MediaRange.java 84 public String getSubtype() {
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowNetworkInfo.java 71 public int getSubtype() {
  /external/guava/guava/src/com/google/common/reflect/
TypeToken.java 398 public final TypeToken<? extends T> getSubtype(Class<?> subclass) {
    [all...]
  /external/jmdns/src/javax/jmdns/
ServiceInfo.java 704 public abstract String 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...]
  /frameworks/base/core/java/android/metrics/
LogMaker.java 304 public int getSubtype() {
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
KeyboardLayoutSetTestsBase.java 125 protected final InputMethodSubtype getSubtype(final Locale locale,
  /frameworks/base/core/java/android/net/
NetworkInfo.java 189 public int getSubtype() {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
CustomInputStylePreference.java 88 public InputMethodSubtype getSubtype() {
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());
  /external/icu/android_icu4j/src/main/java/android/icu/util/
MeasureUnit.java 87 public String getSubtype() {
    [all...]
  /external/icu/icu4c/source/i18n/
measunit.cpp 1119 const char *MeasureUnit::getSubtype() const {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
MeasureUnit.java 88 public String getSubtype() {
    [all...]
  /external/guava/guava-tests/test/com/google/common/reflect/
TypeTokenTest.java     [all...]
  /external/caliper/lib/
jsr311-api-1.1.1.jar 
jersey-core-1.11.jar 
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/devtools/tools/lib/
lombok-ast-0.2.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.jar 

Completed in 1020 milliseconds

1 2 3 4