Searched defs:getValues (Results 1 - 25 of 46) sorted by relevance

12

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccServiceTable.java35 protected abstract Object[] getValues(); method in class:IccServiceTable
56 Object[] values = getValues();
H A DUsimServiceTable.java138 protected Object[] getValues() { method in class:UsimServiceTable
/frameworks/support/preference/src/main/java/androidx/preference/internal/
H A DAbstractMultiSelectListPreference.java56 public abstract Set<String> getValues(); method in class:AbstractMultiSelectListPreference
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameValues.java48 public Object getValues() { method in class:FrameValues
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DIccServiceTableTest.java51 protected Object[] getValues() { method in class:IccServiceTableTest.TestIccServiceTable
/frameworks/base/core/java/android/content/
H A DContentQueryMap.java124 public synchronized ContentValues getValues(String rowName) { method in class:ContentQueryMap
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/display/
H A DDisplayDensityUtils.java181 public int[] getValues() { method in class:DisplayDensityUtils
/frameworks/base/cmds/statsd/src/
H A DHashableDimensionKey.h45 HashableDimensionKey(const HashableDimensionKey& that) : mValues(that.getValues()){};
51 inline const std::vector<FieldValue>& getValues() const { function in class:android::os::statsd::HashableDimensionKey
108 return mDimensionKeyInCondition.getValues().size() > 0;
/frameworks/base/cmds/statsd/src/logd/
H A DLogEvent.h148 const std::vector<FieldValue>& getValues() const { function in class:android::os::statsd::LogEvent
/frameworks/support/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/adapter/
H A DSimpleStringAdapter.java130 public List<String> getValues() { method in class:SimpleStringAdapter
/frameworks/support/preference/src/main/java/androidx/preference/
H A DMultiSelectListPreference.java162 public Set<String> getValues() { method in class:MultiSelectListPreference
223 myState.mValues = getValues();
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/adapter/
H A DSimpleStringAdapter.java130 public List<String> getValues() { method in class:SimpleStringAdapter
/frameworks/base/core/java/android/preference/
H A DMultiCheckPreference.java220 public boolean[] getValues() { method in class:MultiCheckPreference
265 if (callChangeListener(getValues())) {
290 myState.values = getValues();
H A DMultiSelectListPreference.java148 public Set<String> getValues() { method in class:MultiSelectListPreference
247 myState.values = getValues();
/frameworks/base/core/java/android/service/autofill/
H A DUserData.java102 public String[] getValues() { method in class:UserData
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.h150 const ValueList &getValues() const { return Values; } function in class:llvm_2_9::ValueEnumerator
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.h150 const ValueList &getValues() const { return Values; } function in class:llvm_2_9_func::ValueEnumerator
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.h153 const ValueList &getValues() const { return Values; } function in class:llvm_3_2::ValueEnumerator
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
H A DAnimatedVectorDrawable_Delegate.java69 if (holder == null || holder.getValues() == null) {
74 animator.setValues(holder.getValues());
82 animator.setPropertyName(holder.getValues().getPropertyName());
255 PropertyValuesHolder getValues() { method in class:AnimatedVectorDrawable_Delegate.PropertySetter
/frameworks/base/core/java/android/util/
H A DMapCollections.java545 public Collection<V> getValues() { method in class:MapCollections
/frameworks/support/collection/src/main/java/androidx/collection/
H A DMapCollections.java544 public Collection<V> getValues() { method in class:MapCollections
/frameworks/base/core/java/android/net/
H A DNetworkStatsHistory.java275 public Entry getValues(int i, Entry recycle) { method in class:NetworkStatsHistory
512 public Entry getValues(long start, long end, Entry recycle) { method in class:NetworkStatsHistory
513 return getValues(start, end, Long.MAX_VALUE, recycle);
520 public Entry getValues(long start, long end, long now, Entry recycle) { method in class:NetworkStatsHistory
H A DNetworkStats.java308 entry = getValues(i, entry);
402 public Entry getValues(int i, Entry recycle) { method in class:NetworkStats
485 entry = another.getValues(i, entry);
796 entry = stackedTraffic.getValues(i, entry);
907 entry = getValues(i, entry);
933 entry = getValues(i, entry);
1161 getValues(i, recycle);
/frameworks/base/core/jni/android/graphics/
H A DMatrix.cpp120 static void getValues(JNIEnv* env, jobject clazz, jlong matrixHandle, function in class:android::SkMatrixGlue
345 {"nGetValues","(J[F)V", (void*) SkMatrixGlue::getValues},
/frameworks/base/core/java/android/animation/
H A DValueAnimator.java543 public PropertyValuesHolder[] getValues() { method in class:ValueAnimator

Completed in 545 milliseconds

12