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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccServiceTable.java35 protected abstract Object[] getValues(); method in class:IccServiceTable
55 Object[] values = getValues();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DIccServiceTableTest.java49 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/compile/slang/BitWriter_2_9/
H A DValueEnumerator.h119 const ValueList &getValues() const { return Values; } function in class:llvm_2_9::ValueEnumerator
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.h119 const ValueList &getValues() const { return Values; } function in class:llvm_2_9_func::ValueEnumerator
/frameworks/base/core/java/android/preference/
H A DMultiCheckPreference.java210 public boolean[] getValues() { method in class:MultiCheckPreference
255 if (callChangeListener(getValues())) {
280 myState.values = getValues();
H A DMultiSelectListPreference.java137 public Set<String> getValues() { method in class:MultiSelectListPreference
236 myState.values = getValues();
/frameworks/base/core/java/android/net/
H A DNetworkStats.java188 entry = getValues(i, entry);
243 public Entry getValues(int i, Entry recycle) { method in class:NetworkStats
317 entry = another.getValues(i, entry);
618 entry = getValues(i, entry);
H A DNetworkStatsHistory.java267 public Entry getValues(int i, Entry recycle) { method in class:NetworkStatsHistory
471 public Entry getValues(long start, long end, Entry recycle) { method in class:NetworkStatsHistory
472 return getValues(start, end, Long.MAX_VALUE, recycle);
479 public Entry getValues(long start, long end, long now, Entry recycle) { method in class:NetworkStatsHistory
/frameworks/base/core/java/android/animation/
H A DValueAnimator.java438 public PropertyValuesHolder[] getValues() { method in class:ValueAnimator
/frameworks/base/core/jni/android/graphics/
H A DMatrix.cpp320 static void getValues(JNIEnv* env, jobject clazz, SkMatrix* matrix, jfloatArray values) { function in class:android::SkMatrixGlue
400 {"native_getValues","(I[F)V", (void*) SkMatrixGlue::getValues},
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DUsimServiceTable.java139 protected Object[] getValues() { method in class:UsimServiceTable
/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java30 public static final int MSCALE_X = 0; //!< use with getValues/setValues
31 public static final int MSKEW_X = 1; //!< use with getValues/setValues
32 public static final int MTRANS_X = 2; //!< use with getValues/setValues
33 public static final int MSKEW_Y = 3; //!< use with getValues/setValues
34 public static final int MSCALE_Y = 4; //!< use with getValues/setValues
35 public static final int MTRANS_Y = 5; //!< use with getValues/setValues
36 public static final int MPERSP_0 = 6; //!< use with getValues/setValues
37 public static final int MPERSP_1 = 7; //!< use with getValues/setValues
38 public static final int MPERSP_2 = 8; //!< use with getValues/setValues
719 public void getValues(floa method in class:Matrix
[all...]
/frameworks/base/tools/aapt/
H A DBundle.h100 bool getValues(void) const { return mValues; } function in class:Bundle

Completed in 5227 milliseconds