Searched refs:getValues (Results 1 - 25 of 31) sorted by relevance

12

/frameworks/base/tools/layoutlib/bridge/tests/src/android/graphics/
H A DMatrix_DelegateTest.java51 m1.getValues(v1);
52 m2.getValues(v2);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIccServiceTable.java35 protected abstract Object[] getValues(); method in class:IccServiceTable
55 Object[] values = getValues();
/frameworks/base/core/tests/coretests/src/android/content/
H A DContentQueryMapTest.java68 // call to getValues() below won't do a requery().
73 ContentValues v = cqm.getValues("test");
81 ContentValues v = cqm.getValues("test");
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DUsimServiceTable.java139 protected Object[] getValues() { method in class:UsimServiceTable
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DIccServiceTableTest.java49 protected Object[] getValues() { method in class:IccServiceTableTest.TestIccServiceTable
/frameworks/base/tests/DataIdleTest/src/com/android/tests/dataidle/
H A DDataIdleTest.java96 Entry statsEntry = stats.getValues(i, null);
/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.h111 const ValueList &getValues() const { return Values; } function in class:llvm::ValueEnumerator
/frameworks/base/core/java/android/preference/
H A DMultiSelectListPreference.java136 public Set<String> getValues() { method in class:MultiSelectListPreference
235 myState.values = getValues();
/frameworks/base/core/tests/coretests/src/android/net/
H A DNetworkStatsHistoryTest.java76 entry = history.getValues(0, entry);
80 entry = history.getValues(history.size() - 1, entry);
84 entry = history.getValues(Long.MIN_VALUE, Long.MAX_VALUE, entry);
475 entry = stats.getValues(i, entry);
483 final NetworkStatsHistory.Entry entry = stats.getValues(index, null);
490 final NetworkStatsHistory.Entry entry = stats.getValues(start, end, null);
497 final NetworkStatsHistory.Entry entry = stats.getValues(index, null);
515 final NetworkStatsHistory.Entry entry = stats.getValues(start, end, null);
H A DNetworkStatsTest.java315 final NetworkStats.Entry entry = stats.getValues(index, null);
/frameworks/base/core/java/android/net/
H A DNetworkStats.java173 entry = getValues(i, entry);
228 public Entry getValues(int i, Entry recycle) { method in class:NetworkStats
302 entry = another.getValues(i, entry);
596 entry = getValues(i, entry);
H A DNetworkStatsHistory.java241 public Entry getValues(int i, Entry recycle) { method in class:NetworkStatsHistory
425 public Entry getValues(long start, long end, Entry recycle) { method in class:NetworkStatsHistory
426 return getValues(start, end, Long.MAX_VALUE, recycle);
433 public Entry getValues(long start, long end, long now, Entry recycle) { method in class:NetworkStatsHistory
/frameworks/base/services/java/com/android/server/wm/
H A DBlackFrame.java53 mTmpMatrix.getValues(mTmpFloats);
H A DScreenRotationAnimation.java129 matrix.getValues(mTmpFloats);
/frameworks/base/core/tests/coretests/src/com/android/internal/net/
H A DNetworkStatsFactoryTest.java193 final NetworkStats.Entry entry = stats.getValues(i, null);
201 final NetworkStats.Entry entry = stats.getValues(i, null);
/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/services/java/com/android/server/net/
H A DNetworkStatsService.java463 historyEntry = history.getValues(start, end, now, historyEntry);
514 historyEntry = history.getValues(start, end, now, historyEntry);
552 entry = networkLayer.getValues(i, entry);
901 entry = delta.getValues(i, entry);
931 entry = delta.getValues(i, entry);
964 entry = delta.getValues(i, entry);
977 operationsEntry = operationsDelta.getValues(j, operationsEntry);
/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/base/core/java/android/net/http/
H A DSslCertificate.java372 Vector val = x509Name.getValues();
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
H A DBandwidthTest.java314 Entry statsEntry = stats.getValues(i, null);
/frameworks/base/tools/aapt/
H A DBundle.h87 bool getValues(void) const { return mValues; } function in class:Bundle
/frameworks/base/core/java/android/animation/
H A DLayoutTransition.java714 PropertyValuesHolder[] oldValues = valueAnim.getValues();
H A DValueAnimator.java481 public PropertyValuesHolder[] getValues() { method in class:ValueAnimator
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkStatsServiceTest.java871 final NetworkStats.Entry entry = stats.getValues(i, null);
881 final NetworkStatsHistory.Entry entry = stats.getValues(start, end, null);

Completed in 379 milliseconds

12