Searched refs:getValue (Results 26 - 50 of 201) sorted by relevance

123456789

/frameworks/base/services/java/com/android/server/
H A DCertBlacklister.java72 public String getValue() { method in class:CertBlacklister.BlacklistObserver
80 String blacklist = getValue();
/frameworks/compile/mclinker/unittests/
H A DGCFactoryListTraitsTest.cpp61 ASSERT_EQ(v_, it->getValue()); \
106 I->getValue();
H A DGCFactoryListTraitsTest.h52 inline unsigned getValue() const function in class:mcldtest::GCFactoryListTraitsTest::Node
/frameworks/av/include/drm/
H A DDrmMetadata.h101 const char* getValue(const String8* key) const;
H A DDrmConstraints.h174 const char* getValue(const String8* key) const;
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientChip.java77 public CharSequence getValue() { method in class:RecipientChip
/frameworks/ex/common/java/com/android/common/content/
H A DProjectionMap.java51 mMap.putColumn(entry.getKey(), entry.getValue());
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DImportTestProvider.java98 Object value = entry.getValue();
185 final Object value = entry.getValue();
200 final String value = entry.getValue();
220 final Object value = entry.getValue();
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DKeyValueMap.java71 Object value = entry.getValue();
/frameworks/base/core/java/android/animation/
H A DFloatKeyframeSet.java29 * int, exists to speed up the getValue() method when there is no custom
44 public Object getValue(float fraction) { method in class:FloatKeyframeSet
130 return ((Number)mKeyframes.get(mNumKeyframes - 1).getValue()).floatValue();
H A DIntKeyframeSet.java29 * float, exists to speed up the getValue() method when there is no custom
44 public Object getValue(float fraction) { method in class:IntKeyframeSet
129 return ((Number)mKeyframes.get(mNumKeyframes - 1).getValue()).intValue();
/frameworks/base/core/java/android/net/
H A DLinkCapabilities.java315 sb.append(entry.getValue());
330 dest.writeString(entry.getValue());
/frameworks/base/core/java/android/text/
H A DDynamicLayout.java569 return mInts.getValue(line, TOP);
574 return mInts.getValue(line, DESCENT);
579 return mInts.getValue(line, START) & START_MASK;
584 return (mInts.getValue(line, TAB) & TAB_MASK) != 0;
589 return mInts.getValue(line, DIR) >> DIR_SHIFT;
594 return mObjects.getValue(line, 0);
664 return mInts.getValue(line, ELLIPSIS_START);
673 return mInts.getValue(line, ELLIPSIS_COUNT);
/frameworks/base/test-runner/src/android/test/mock/
H A DMockResources.java172 public void getValue(int id, TypedValue outValue, boolean resolveRefs) method in class:MockResources
178 public void getValue(String name, TypedValue outValue, boolean resolveRefs) method in class:MockResources
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxSessionManager.java146 if (session.getValue().modified) {
183 session.getValue().learner.setModelChangeCallback(
H A DAggregatorManager.java76 v.value = x.getValue();
H A DBordeauxClassifier.java49 v.value = x.getValue();
H A DStochasticLinearRankerWithPrior.java164 boolean res = setModelParameter(e.getKey(), e.getValue());
204 Spw = Spw + "<" + e.getKey() + "," + e.getValue() + "> ";
208 Spp = Spp + "<" + e.getKey() + "," + e.getValue() + "> ";
/frameworks/av/drm/libdrmframework/plugins/common/util/include/
H A DSessionMap.h66 TValue getValue(int key) { function in class:android::SessionMap
/frameworks/base/core/java/android/content/pm/
H A DManifestDigest.java60 final String value = attributes.getValue(DIGEST_TYPES[i]);
/frameworks/base/core/java/com/android/internal/os/
H A DPkgUsageStats.java91 dest.writeLong(ent.getValue());
/frameworks/compile/linkloader/include/impl/
H A DELFSectionHeaderTable.hxx105 return sh->getValue();
/frameworks/base/core/jni/android/graphics/
H A DTextLayout.cpp56 sp<TextLayoutValue> value = TextLayoutEngine::getInstance().getValue(paint,
70 sp<TextLayoutValue> value = TextLayoutEngine::getInstance().getValue(paint,
104 sp<TextLayoutValue> value = TextLayoutEngine::getInstance().getValue(paint,
/frameworks/base/core/java/android/content/res/
H A DResources.java522 getValue(id, value, true);
554 getValue(id, value, true);
588 getValue(id, value, true);
619 getValue(id, value, true);
659 getValue(id, value, true);
744 getValue(id, value, true);
775 getValue(id, value, true);
796 getValue(id, value, true);
821 getValue(id, value, true);
939 getValue(i
1008 public void getValue(int id, TypedValue outValue, boolean resolveRefs) method in class:Resources
1060 public void getValue(String name, TypedValue outValue, boolean resolveRefs) method in class:Resources
[all...]
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DRecurrenceSet.java184 String dtstart = dtstartProperty.getValue();
461 return durationProperty.getValue();
477 end.parse(dtendProperty.getValue());
496 return properties.get(0).getValue();
510 sb.append(property.getValue());
522 return tzidParam.value + ";" + recurrence.getValue();
524 return recurrence.getValue();

Completed in 2844 milliseconds

123456789